From f822db321ce29dfebb4f03f409748be089a8eb92 Mon Sep 17 00:00:00 2001 From: Christian Grefe <Christian.Grefe@cern.ch> Date: Tue, 15 Jul 2014 11:18:36 +0000 Subject: [PATCH] Updated README to reflect changes in build for DDSegmentation --- ReadMe.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ReadMe.txt b/ReadMe.txt index d8d3ab307..eba04b033 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -68,6 +68,15 @@ To build and run the simulation examples Geant4 will be required. ( minimum is: export ROOTSYS=/data/ilcsoft/root/5.34.03 ) +- configure and build DDSegmentation + + cd DD4hep/DDSegmentation + mkdir build; cd build + cmake .. + make install + cd ../../.. + export CMAKE_PREFIX_PATH=`pwd`/DD4hep/DDSegmentation/ + - configure and build: cd DD4hep -- GitLab