I've tried to make my software as robust and portable as possible but there are still some dependencies that need to be addressed in order to compile, install, and use the programs. Rather than describe these dependencies I've provided the script "Install_all" that does the right things in the right order. The easiest thing is unpack the tar file, change to the directory it creates ("adamm-software"), then do "./Install_all"; this will install all the programs in $HOME/bin. If you don't want all the programs, I suggest copying Install_all and deleting the lines for the programs you don't want; however, you will run into problems if you delete any of the lines marked "Required" in the comments. If you want to install the software somewhere other than $HOME/bin, do the following nefore running Install_all: export ASM2_SW_DEST="-d /path/to/dest" # sh setenv ASM2_SW_DEST "-d /path/to/dest" # csh The default mode for programs is -rwxr-xr-x (0755); to set a different mode, do this: export ASM2_SW_MODE="-m 0555" # sh setenv ASM2_SW_MODE "-m 0555" # csh and then run Install_all. Also, all Makefiles recognize ASM2_SW_DEST and ASM2_SW_MODE. # $Id: INSTALL,v 1.5 2012/01/13 18:23:34 adamm Exp adamm $