Running ILCSoft from AFS
Source the environment file (sh-type only)
$ source /afs/cern.ch/eng/clic/work/sailer/sl5/ilcsoft/v01-08afs/init_ilcsoft.sh
To compile your own processor:
$ cd processor_home/build
$ cmake -C /afs/cern.ch/eng/clic/work/sailer/sl5/ilcsoft/v01-08afs/ILCSoft.cmake ..
## Do not forget ".." at the end
$ make install
Don't forget to add the library to the MARLIN_DLL environment variable! Either add the full path with the library, or just the library and the path to the LD_LIBRARY_PATH
--
AndreSailer - 16-Mar-2010
Installing ILCSoft
--
AndreSailer - 16 Mar 2010
Required Software for ILCSoft
The following software is not part of ILCSoft but required, some of it can be installed by ILCInstall. It is of course easier and faster, if it is already installed.
ilcsoft.use( CERNLIB("/afs/cern.ch/eng/clic/work/sailer/sl5/cernlibs/2006-g77"))
ilcsoft.use( Java("/afs/cern.ch/sw/lcg/external/Java/JDK/1.6.0/amd64"))
##Create a link to the afs installation in sw/lcd/app (?)
ilcsoft.use( QT( ilcPath + "/QT/4.6.0"))
ilcsoft.use( MySQL("/afs/cern.ch/sw/lcg/external/mysql/5.0.18/slc4_amd64_gcc41"))
ilcsoft.use( ROOT("/afs/cern.ch/sw/lcg/app/releases/ROOT/5.26.00b/x86_64-slc5-gcc43-dbg/root") )
--
AndreSailer - 16 Mar 2010