Versions Compared

Key

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

...

No Format
cd PandoraPFANew
cmake -DCMAKE_MODULE_PATH=$CMAKE_MODULE_PATH -DPandoraMonitoring_Home=/path/to/PandoraMonitoring .
make

If monitoring is not being used, this CMake command can be used instead.

No Format

cmake -DCMAKE_MODULE_PATH=$CMAKE_MODULE_PATH .

Set the environment variable.

No Format
cd PandoraPFANew
export PANDORAPFAPandoraPFANew_HOME=`pwd`

This will be referenced in the build of the next package.

...