To install the Fermi Science Tools using the binary distribution, please follow these steps:
You may wish to review the release notes for this distribution.
tar xzvf ScienceTools-v9r15p2-fssc-20090808-<PLATFORM>.tar.gz
cd ScienceTools-v9r15p2-fssc-20090808-<PLATFORM>/<PLATFORM>/BUILD_DIR
./configure
Note: It is useful to save the output from the configure script, e.g. in the bash shell:
./configure >& configure.out
sh/bash:
export FERMI_DIR=$HOME/glast/ScienceTools-v9r15p2-fssc-20090808-<PLATFORM>/i686-pc-linux-gnu-libc2.3.4
csh/tcsh:
setenv FERMI_DIR
$HOME/glast/ScienceTools-v9r15p2-fssc-20090808-<PLATFORM>/i686-pc-linux-gnu-libc2.3.4
bash:
source $FERMI_DIR/fermi-init.sh
csh:
source $FERMI_DIR/fermi-init.csh
You should now be able to run the Fermi Science Tools.