Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
svn co https://svnsrv.desy.de/public/ilctools/CMakeModules/trunk/ CMakeModules

Make an environment variable that will be referenced by PandoraPFANew build.

No Format

cd CMakeModules
export CMAKE_MODULE_PATH=`pwd`

This package does not need to be compiled. It provides CMake macros.

...

Save it to your local computer, in this case to a pandora subdirectory within the work area. A subdirectory for pandora is created in case different PandoraPFANew versions will eventually be used.

No Format
cd /workdir/
mkdir pandora
cd pandora
wget https://svnsrv.desy.de/viewvc/PandoraPFANew/PandoraPFANew/tags/tag-1.27-Release1/?view=tar
tar -zxvf PandoraPFANew-tag-1.27-Release1.tar.gz
cd tag-1.27-Release1
cmakePandoraPFANew
cmake -DCMAKE_MODULE_PATH=$CMAKE_MODULE_PATH .
make

If the release compiles successfully, you're now ready to setup the project that interfaces SLIC to Pandora.

...