Changes between Version 17 and Version 18 of InstallingROOT
- Timestamp:
- 10/24/19 13:22:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingROOT
v17 v18 81 81 82 82 If 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 84 The 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 90 This list is taken from the {{{CMakeList.txt}}} which is no guarantee that it really works. 91 92 93 94