Versions Compared

Key

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

Table of Contents

Requirements

Please make sure to follow the instructions for compiling python prior to building swig since swig needs to be built against python.

...

  1. Obtain SWIG 1.3.31 from http://sourceforge.net/project/downloading.php?group_id=1645&filename=swig-1.3.31.tar.gz&a=76384819 and save it to /afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/swig/ if it doesn't exist
  2. Change directory to /afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/swig
  3. Unzip and untar swig-1.3.31.tar.gz
  4. Change directory to swig-1.3.31
  5. To be continued
  6. add GLAST_EXT python to PATH
  7. ./configure --prefix=<blah>
  8. make
  9. make install