Changes between Version 17 and Version 18 of InstallingROOT


Ignore:
Timestamp:
10/24/19 13:22:21 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingROOT

    v17 v18  
    8181
    8282If you have a too old version of cmake, you can download binary packages at https://cmake.org/download/. Usually, it is enough to call cmake with its full path to switch version. So just unpack the tar-ball and call the cmake binary in the package.
     83
     84The requirements as of now are:
     85* root >=6.18: cmake >=3.9
     86* root >=6.16: cmake >=3.6
     87* root >=6.14: cmake >=3.4.3
     88* root >=6.08: cmake >=3.4.3
     89* root >=5.24: cmake >=2.8.8
     90This list is taken from the {{{CMakeList.txt}}} which is no guarantee that it really works.
     91
     92
     93
     94