- better to have a working ILCSoft installation, else, if trying to install from scratch it gets very complicated
- Root older than 5.34 gives problems at compilation (mismatching function prototypes)
Testing:
[protopop@ppepc102 build]$ make test
Running tests...
Test project /afs/phas.gla.ac.uk/user/p/protopop/DD4hep/build
Start 1: t_test_example
1/3 Test #1: t_test_example ................... Passed 0.23 sec
Start 2: t_test_units
2/3 Test #2: t_test_units ..................... Passed 0.34 sec
Start 3: t_test_surface
3/3 Test #3: t_test_surface ................... Passed 0.36 sec
100% tests passed, 0 tests failed out of 3
Total Test time (real) = 1.04 sec
First example
- cd DD4hep
- source ./bin/thisdd4hep.sh
- cd examples/firstExample
- mkdir build; cd build/
|