Update How to build generators with LCGSoft CMake system authored by Ivan Razumov's avatar Ivan Razumov
......@@ -9,8 +9,8 @@
3. Setup your environment (if needed)
* `export FC=gfortran` (actually this is needed only for slc5 platforms)
* `export PATH=/afs/cern.ch/sw/lcg/external/CMake/3.2.3/Linux-i386/bin:$PATH`
* `source /afs/cern.ch/sw/lcg/external/gcc/4.8/x86_64-slc6-gcc48-opt/setup.sh` (this configures your gcc)
* `export PATH=/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.8.1/Linux-x86_64/bin:${PATH}:$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:
......
......