From 7c6b2d89c1050644af956a63bc3bbf66a7cf4a7c Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Mon, 7 Apr 2014 08:33:44 +0000 Subject: [PATCH] - fixed documentation for CLHEP --- ReadMe.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 96afc9955..cb7cf20d0 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -88,8 +88,6 @@ To build and run the simulation examples Geant4 will be required. libraries in the shared lib search path (this will vary with OS, shell, etc.) e.g . /data/ilcsoft/geant4/9.5/bin/geant4.sh export CLHEP_BASE_DIR="/data/ilcsoft/HEAD/CLHEP/2.1.0.1" - export CLHEP_INCLUDE_DIR="$CLHEP_BASE_DIR/include" - export PATH="$CLHEP_BASE_DIR/bin:$PATH" export LD_LIBRARY_PATH="$CLHEP_BASE_DIR/lib:$LD_LIBRARY_PATH" ] @@ -102,6 +100,7 @@ To build and run the simulation examples Geant4 will be required. - 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 .. + (if geant4 was built with external CLHEP, add: -D CLHEP_DIR=_path_to_CLHEP ) - Setup the environment for running -- GitLab