Changes between Version 60 and Version 61 of InstallingFACT++
- Timestamp:
- 07/27/20 16:33:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v60 v61 190 190 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. Note that root already imposes requirements on cmake which can be found at InstallingROOT. 191 191 192 Adding the option '-DFORCE_QT5=1'to the cmake call allows to skip checking for Qt4 and force compilation with Qt5.192 Adding the option `-DFORCE_QT5=1` to the cmake call allows to skip checking for Qt4 and force compilation with Qt5. 193 193 194 194