razumov created page: Toolchain_checking 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=/afs/cern.ch/sw/lcg/external/CMake/2.8.9/Linux-i386/bin:$PATH` * `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) * `source /afs/cern.ch/sw/lcg/external/gcc/4.8/x86_64-slc6-gcc48-opt/setup.sh` (this configures your gcc)
4. Prepare make files using CMake: 4. Prepare make files using CMake:
... ...
......