Changes between Version 33 and Version 34 of InstallingFACT++
- Timestamp:
- 10/29/18 17:10:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v33 v34 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 {{{