Versions Compared

Key

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

...

These are instructions for building APE 2.5.3 for the various supported OSes.

redhat5-i686-64bit

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

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

redhat5-i686-32bit

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

...