Changes between Version 6 and Version 7 of InstallingMars
- Timestamp:
- 11/07/18 09:25:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMars
v6 v7 19 19 }}} 20 20 21 Before you run *cmake*, please make sure that your root environment has been properly initialized. That is usually the case if you can execute root easily from your commandline or if `export | grep ROOTSYS` gives a reasonable result. Otherwise, call *thisroot.sh* from your root installation, for example:21 Before you run *cmake*, please make sure that your root environment has been properly initialized. That is usually the case if you can execute root easily from your commandline or if `export | grep ROOTSYS` gives a reasonable result. Otherwise, call `thisroot.sh` from your root installation. Assuming root is installed in /opt/root-6.14.04, this would be: 22 22 {{{ 23 23 [X] . /opt/root-6.14.04/bin/thisroot.sh 24 24 }}} 25 25 26 Note that switching from a newer to an older version in this way might fail (CMAKE_PREFIX_PATH will still point to the previous version).26 Be aware of the dot in front of the path! Note that switching from a newer to an older version in this way might fail (CMAKE_PREFIX_PATH will still point to the previous version). 27 27 28 28 Now call {{{cmake}}} from there (the "{{{..}}}" is intentional!)