Update How to build generators with LCGSoft CMake system authored by Ivan Razumov's avatar Ivan Razumov
......@@ -9,7 +9,7 @@
3. Setup your environment (if needed)
* `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}:$PATH`
* `export PATH=/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.8.1/Linux-x86_64/bin:$PATH`
* 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:
......
......