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

Compare with Current View Page History

« Previous Version 3 Next »

set ROOTSYS to the same directory as the source was checked out into.  cd into the root directory and then run configure:

./configure --disable-mysql --enable-python --with-python-incdir=/afs/slac.stanford.edu/g/glast/ground/GLAST_EXT/tiger-i386-32bit/python/2.5.1-gl1/gcc40/include/python2.5/ --with-python-libdir=/afs/slac.stanford.edu/g/glast/ground/GLAST_EXT/tiger-i386-32bit/python/2.5.1-gl1/gcc40/lib/python2.5/config/  --enable-roofit --disable-odbc --enable-minuit2 --enable-unuran --enable-table

and then copy the useful directories to another location

Please note that the shared libraries have their paths hardcoded - this must be fixed before distributing the build.  First you can check the output obtained using:

otool -L

then fix the shared library using:

install_name_tool -id newID fileName

and

install_name_tool -change oldName newName fileName

  • No labels