Update How to build generators with LCGSoft CMake system authored by Ivan Razumov's avatar Ivan Razumov
......@@ -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=../install -DPDFsets=minimal ../lcgcmake
cmake -DLCG_INSTALL_PREFIX=/cvmfs/sft.cern.ch/lcg/releases -DLCG_VERSION=<release> -DCMAKE_INSTALL_PREFIX=../install -DPDFsets=minimal ../lcgcmake
Advanced Example: building dev4 against latest nightly
......
......