Building DD4hep on a linux box with ILCSoft already installed

Ingredients

  1. ILCSoft installation
  2. DD4hep

Installation Steps

On top a a working ILCSoft installation, say v01-14:

  1. get DD4hep with 'svn co https://svnsrv.desy.de/public/aidasoft/DD4hep/trunk DD4hep'
  2. cd DD4hep
  3. (comment out unnecessary packages in CMakeLists.txt)
  4. mkdir build
  5. source /afs/phas.gla.ac.uk/data/ilc/software/ilcsoft/v01-14/init_ilcsoft.sh
  6. cd build/
  7. cmake ..
  8. make -j install

First test

  1. source /afs/phas.gla.ac.uk/data/ilc/software/ilcsoft/v01-14/init_ilcsoft.sh
  2. cd examples/firstexample
  3. mkdir build
  4. source bin/thisdd4hep.sh
  5. cmake -DDD4hep_DIR=../../ ../
  6. make -j
  7. ./bin/Test_execute ../compact/Sensor_Test.xml
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r5 - 2014-05-19 - DanProtopopescu
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback