Changes between Version 56 and Version 57 of InstallingFACT++
- Timestamp:
- 07/27/20 14:37:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v56 v57 169 169 * root 5.34/36, 5.34/38, 6.12/06, 6.14/04, 6.14/06 (with Qt support compiled in) 170 170 * root binary packages might work if TOOLS_ONLY is enabled 171 * Qt4 4.8.7 172 * libqwt 5.2.3 171 * Qt4 4.8.7 / Qt5 5.9.5 (compules but does not work!) 172 * libqwt 5.2.3 / 6.1.3 173 * libqwt5-qt4 5.2.3 (libqwt is preferred) 173 174 * libz 1.2.3 / 1.2.8 / 1.2.11 174 175 * mysqlclient 5.7.23, 5.7.24, 5.7.27 (20.3.10) / 8.0.12 (21.0.12) … … 211 212 * qt4-qmake ("qmake: could not exec 'qmake': No such file or directory") 212 213 * libqt4-dev ("Qt is NOT installed correctly") 213 * libqwt 5-qt4-dev ("Could NOT find Qwt")214 * libqwt-dev (preferred) or libqwt5-qt4-dev ("Could NOT find Qwt") 214 215 * libqt4-opengl-dev ("Could NOT find Qt4 (missing: QT_QTOPENGL_INCLUDE_DIR QT_QTOPENGL_LIBRARY)") 215 216 … … 223 224 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. 224 225 225 226 As a default, QT4 is searched. if Q44 (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!