Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

No Format
svn co http://svnsrv.desy.de/public/PandoraPFANew/PandoraPFANew/trunk PandoraPFANew
cd PandoraPFANew
mkdir build
cd build
cmake ..
make install
cd ..
export PandoraPFANew_DIR=`pwd`

...

No Format
cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd co slicPandora
cd slicPandora
export SLICPANDORA_DIR=`pwd`
mkdir build
cd build
cmake -DILCUTIL_DIR=$ILCUTIL_DIR -DLCIO_DIR=$LCIO_DIR -DFineGranularityContent_DIR=$PandoraPFANew_DIR -DPandoraSDK_DIR=$PandoraPFANew_DIR -DCMAKE_SKIP_RPATH=1 ..
make install

PandoraSettings

No Format

svn co http://svnsrv.desy.de/public/PandoraPFANew/PandoraSettings/trunk PandoraSettings