Update How to build generators with LCGSoft CMake system authored by Ivan Razumov's avatar Ivan Razumov
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
3. Setup your environment (if needed) 3. Setup your environment (if needed)
* `export FC=gfortran` (actually this is needed only for slc5 platforms) * `export FC=gfortran` (actually this is needed only for slc5 platforms)
* `export PATH=/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.8.1/Linux-x86_64/bin:$PATH` * `export PATH=/cvmfs/sft.cern.ch/lcg/contrib/CMake/<VERSION>/Linux-x86_64/bin:$PATH`. Please use the same version as used by Jenkins. You can find it in [jk-setup.sh]( https://gitlab.cern.ch/sft/lcgjenkins/blob/master/jk-setup.sh).
* Setup compiler: either `source /cvmfs/sft.cern.ch/lcg/contrib/gcc/<GCC_VERSION>/<PLATFORM>/setup.sh` or `source /afs/cern.ch/sw/lcg/external/gcc/${GCC_VERSION}/<PLATFORM>/setup.sh` * Setup compiler: either `source /cvmfs/sft.cern.ch/lcg/contrib/gcc/<GCC_VERSION>/<PLATFORM>/setup.sh` or `source /afs/cern.ch/sw/lcg/external/gcc/${GCC_VERSION}/<PLATFORM>/setup.sh`
4. Prepare make files using CMake: 4. Prepare make files using CMake:
... ...
......