Changes between Version 61 and Version 62 of InstallingFACT++
- Timestamp:
- 07/27/20 19:42:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v61 v62 170 170 * root binary packages might work if TOOLS_ONLY is enabled 171 171 * Qt4 4.8.7 / Qt5 5.9.5 (Qt5 compiles, but GUI does not work!) 172 * libqwt 5.2.3 / 6.1.3173 * libqwt 5-qt4 5.2.3 (libqwt is preferred)172 * libqwt5-qt4 5.2.3 [with Qt4] 173 * libqwt 6.1.3 [with Qt5] 174 174 * libz 1.2.3 / 1.2.8 / 1.2.11 175 175 * mysqlclient 5.7.23, 5.7.24, 5.7.27 (20.3.10) / 8.0.12 (21.0.12) … … 214 214 * qt4-qmake ("qmake: could not exec 'qmake': No such file or directory") 215 215 * libqt4-dev ("Qt is NOT installed correctly") 216 * libqwt- dev (preferred) or libqwt5-qt4-dev("Could NOT find Qwt")216 * libqwt-qt5-dev [with Qt5] or libqwt5-qt4-dev [with Qt4] ("Could NOT find Qwt") 217 217 * libqt4-opengl-dev ("Could NOT find Qt4 (missing: QT_QTOPENGL_INCLUDE_DIR QT_QTOPENGL_LIBRARY)") 218 218 … … 226 226 There are many different build systems for root (e.g. root 5, root 6), different ways to install root (use build dir, run install, install your own package, install root binary builds). All these build systems interact differently with cmake. I believe that right now, it should work for most root installations, but I can not guarantee. If there is any hint that your installation files due to root issues, please contact me. Also, make sure that the version of root-config that is found by cmake is consistent with your ROOTSYS and the root version you are actually going to use. 227 227 228 As a default, QT4 is searched. if Q 44 (or any of the required libraries: Core Gui OpenGL Sql Xml) is not found, cmake will try to find Qt5 and use Qt5 instead. Note that the project at the moment compiles with Qt5 but might not work!228 As a default, QT4 is searched. if Qt4 (or any of the required libraries: Core Gui OpenGL Sql Xml) is not found, cmake will try to find Qt5 and use Qt5 instead. Note that the project at the moment compiles with Qt5 but might not work!