Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Software Installation | ||||||||
Line: 261 to 261 | ||||||||
(4) Copy the CMakeLists.txt file from the mymarlin example given with Marlin into the ExampleDSTAnalysis folder: | ||||||||
Changed: | ||||||||
< < | cp /afs/phas.gla.ac.uk/data/ilc/software/tags/v01-14/Marlin/v01-03/examples/mymarlin/CMakeLists.txt . | |||||||
> > | cp /afs/phas.gla.ac.uk/data/ilc/software/ilcsoft/v01-14/Marlin/v01-03/examples/mymarlin/CMakeLists.txt . | |||||||
(5) Open up this file and just change the name of the project from mymarlin to ExampleDSTAnalysis: from PROJECT(mymarlin) to PROJECT(ExampleDSTAnalysis). | ||||||||
Line: 283 to 283 | ||||||||
to CMakeLists.txt so that your C++ code can pull in ROOT header files. | ||||||||
Added: | ||||||||
> > | (7) Edit /afs/phas.gla.ac.uk/data/ilc/software/ilcsoft/v01-14/ILCSoft.cmake and move ROOT before MySQL, else the wrong root-config is picked up | |||||||
Building the processor(1) First set up the ilcsoft software by running this script |