From d19e70555069588b6fe01a193a1dd149b5e5cdfd Mon Sep 17 00:00:00 2001 From: Christoph Hombach <christoph.hombach@hep.manchester.ac.uk> Date: Tue, 8 Apr 2014 14:27:06 +0000 Subject: [PATCH] Updated ReadMe.txt --- ReadMe.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ReadMe.txt b/ReadMe.txt index cb7cf20d0..1ce3b85c9 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -54,7 +54,7 @@ system before building and running the examples To build and run the simulation examples Geant4 will be required. -4) How to build DD4hep +4.1) How to build DD4hep ----------------------- - Checkout code @@ -108,6 +108,17 @@ To build and run the simulation examples Geant4 will be required. or source ./bin/thisdd4hep.csh +4.2) Running a first basic example +----------------------------------- + A simple 'Hello World' example can be found in examples/firstexample: + cd examples/firstexample + mkdir build + cmake -DDD4hep_DIR=../../ ../ + make -j + ./bin/Test_execute ../compact/Sensor_Test.xml + + A simple box should be shown now. + 5) Testing ----------- -- GitLab