From 0a4118fe5fb4c0caa4474db9db0411fca11eeadc Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Thu, 23 Jan 2014 14:50:30 +0000 Subject: [PATCH] - added example for complete build --- ReadMe.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.txt b/ReadMe.txt index c22db7bfd..315acbae2 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -100,6 +100,8 @@ To build and run the simulation examples Geant4 will be required. * use pyroot to write python geometry drivers ( currently broken !?) -DDD4HEP_USE_PYROOT=ON + - example for building a 'complete' DD4hep: + cmake -D DD4HEP_WITH_GEANT4=1 -DDD4HEP_USE_BOOST=ON -DDD4HEP_USE_LCIO=ON -DBOOST_ROOT=/data/ilcsoft/boost/1.55.0 -DBUILD_TESTING=On .. - Setup the environment for running -- GitLab