Building DD4hep on a linux box with ILCSoft already installed
Ingredients
- ILCSoft installation
- DD4hep
Installation Steps
On top a a working ILCSoft installation, say v01-14:
- get DD4hep with 'svn co https://svnsrv.desy.de/public/aidasoft/DD4hep/trunk DD4hep'
- cd DD4hep
- (comment out unnecessary packages in CMakeLists.txt)
- mkdir build
- source /afs/phas.gla.ac.uk/data/ilc/software/ilcsoft/v01-14/init_ilcsoft.sh
- cd build/
- cmake ..
- make -j install
First test
- source /afs/phas.gla.ac.uk/data/ilc/software/ilcsoft/v01-14/init_ilcsoft.sh
- cd examples/firstexample
- mkdir build
- source bin/thisdd4hep.sh
- cmake -DDD4hep_DIR=../../ ../
- make -j
- ./bin/Test_execute ../compact/Sensor_Test.xml