You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

1.10.2

These are instructions for building CppUnit 1.10.2 for the various OSes supported.

leopard-i386-32bit

These instructions should be performed as the glastrm user on a machine running leopard (bldmac02 as of this writing).

  1. Download CppUnit 1.10.2 from http://sourceforge.net/project/downloading.php?group_id=11795&filename=cppunit-1.10.2.tar.gz&a=82640135 and save to /afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/cppunit if it doesn't already exist.
  2. Change directory to /afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/cppunit
  3. Unzip and Untar the file cppunit-1.10.2.tar.gz
  4. Change directory to cppunit-1.10.2/
  5. Execute ./configure --prefix=/afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/cppunit/1.10.2/gcc40
  6. Execute make
  7. Execute make install
  8. Execute install_name_tool -id libcppunit-1.10.2.dylib ../1.10.2/gcc40/lib/libcppunit-1.10.2.dylib
  9. Erase the current directory (cppunit-1.10.2)
  • No labels