Changes
Page history
Updates
authored
May 13, 2016
by
Ivan Razumov
Hide whitespace changes
Inline
Side-by-side
How-to-build-generators-with-LCGSoft-CMake-system.md
View page @
1ebfceb6
...
...
@@ -14,7 +14,7 @@
4.
Prepare make files using CMake:
cmake -DLCG_INSTALL_PREFIX=/afs/cern.ch/sw/lcg/releases/LCG_<release> -DLCG_VERSION=<release> -DCMAKE_INSTALL_PREFIX=../
lcgcmake-
install
-opt
../lcgcmake
cmake -DLCG_INSTALL_PREFIX=/afs/cern.ch/sw/lcg/releases/LCG_<release> -DLCG_VERSION=<release> -DCMAKE_INSTALL_PREFIX=../install ../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:
...
...
...
...