Changes between Version 4 and Version 5 of InstallingMars


Ignore:
Timestamp:
10/29/18 17:11:20 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingMars

    v4 v5  
    1919}}}
    2020
    21 And call {{{cmake}}} from there (the "{{{..}}}" is intentional!)
     21Before 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
     26Note 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
     28Now call {{{cmake}}} from there (the "{{{..}}}" is intentional!)
    2229
    2330{{{