Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Obtain APE 2.5.1 source code from James Peachey and save to /afs/slac/g/glast/ground/GLAST_EXT/redhat4-i686-32bit/ape if it doesn't already exist
  2. Change directory to /afs/slac/g/glast/ground/GLAST_EXT/redhat4-i686-32bit/ape
  3. Unzip and Untar the file ape-2.5.1-src.tar.gz
  4. Change directory to ape-2.5.1
  5. Execute ./configure --prefix=/afs/slac/g/glast/ground/GLAST_EXT/redhat4-i686-32bit/ape/2.5.1/gcc34
  6. Execute make
  7. Execute make install
  8. Leave and erase the ape-2.5.1 directory

redhat4-x86_64-64bit

These instructions should be performed as the glastrm user on a machine running rhel4 in 64bit mode (noric13 as of this writing).

  1. Obtain APE 2.5.1 source code from James Peachey and save to /afs/slac/g/glast/ground/GLAST_EXT/redhat4-x86_64-64bit/ape if it doesn't already exist
  2. Change directory to /afs/slac/g/glast/ground/GLAST_EXT/redhat4-x86_64-64bit/ape
  3. Unzip and Untar the file ape-2.5.1-src.tar.gz
  4. Change directory to ape-2.5.1
  5. Execute ./configure --prefix=/afs/slac/g/glast/ground/GLAST_EXT/redhat4-x86_64-64bit/ape/2.5.1/gcc34
  6. Execute make
  7. Execute make install
  8. Leave and erase the ape-2.5.1 directory

redhat3-i686-32bit

These instructions should be performed as the glastrm user on a machine running rhel3 in 32bit mode (noric02 as of this writing).

...