Changes between Version 4 and Version 5 of InstallingMars
- Timestamp:
- 10/29/18 17:11:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMars
v4 v5 19 19 }}} 20 20 21 And call {{{cmake}}} from there (the "{{{..}}}" is intentional!) 21 Before you run *cmake*, please make sure that your root environment has been properly initialized by calling *thisroot.sh*, for example: 22 {{{ 23 [X] . /opt/root-6.14.04/bin/thisroot.sh 24 }}} 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). 27 28 Now call {{{cmake}}} from there (the "{{{..}}}" is intentional!) 22 29 23 30 {{{