Changes
Page history
Updates
authored
Jun 14, 2016
by
Ivan Razumov
Show whitespace changes
Inline
Side-by-side
How-to-build-generators-with-LCGSoft-CMake-system.md
View page @
e08a1aae
...
...
@@ -16,6 +16,10 @@
cmake -DLCG_INSTALL_PREFIX=/afs/cern.ch/sw/lcg/releases/LCG_<release> -DLCG_VERSION=<release> -DCMAKE_INSTALL_PREFIX=../install -DPDFsets=minimal ../lcgcmake
Advanced Example: building dev4 against latest nightly
cmake -DLCG_INSTALL_PREFIX=/afs/cern.ch/sw/lcg/app/nightlies/dev4/$(date +%a) -DLCG_VERSION=dev4 -DCMAKE_INSTALL_PREFIX=../install -DPDFsets=minimal ../lcgcmake
(for some explanations on the arguments see [Using LCGCMake](https://ph-dep-sft.web.cern.ch/document/using-lcgcmake) and [LCGCMake options](https://gitlab.cern.ch/sft/lcgcmake/wikis/LCGCMake-options))
Other possible interesting arguments are:
...
...
...
...