Skip to content
Snippets Groups Projects
Commit f822db32 authored by Christian Grefe's avatar Christian Grefe
Browse files

Updated README to reflect changes in build for DDSegmentation

parent 8f5ff639
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,15 @@ To build and run the simulation examples Geant4 will be required. ...@@ -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 ) ( 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: - configure and build:
cd DD4hep cd DD4hep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment