Versions Compared

Key

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

...

Build slicPandora
No Format

cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd co slicPandora
cd slicPandora
mkdir build
cd build
cmake -DCMAKE_MODULE_PATH=$ILCUTIL_DIR/cmakemodules -DLCIO_DIR=$LCIO_DIR -DPandoraPFANew_DIR=$PandoraPFANew_DIR ..
make install

Old Build Instructions

Warning
titleDeprecated

The build instructions below are out of date and don't work anymore.

...

Build Instructions Without Monitoring

Warning
titleDeprecated

The build instructions below are out of date and don't work anymore.

The SlicPandora binary can also be built without monitoring, which removes the ROOT and PandoraMonitoring dependencies. This makes the executable more suitable for running in batch environments.

...