Changes
Page history
Update How to build generators with LCGSoft CMake system
authored
Apr 05, 2018
by
Ivan Razumov
Hide whitespace changes
Inline
Side-by-side
How-to-build-generators-with-LCGSoft-CMake-system.md
View page @
7be5b6f5
...
...
@@ -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:
...
...
...
...