Changes between Version 49 and Version 50 of InstallingFACT++
- Timestamp:
- 10/10/19 19:45:54 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v49 v50 46 46 47 47 If you only want to compile the basic tools (rootifysql, root2sql, fits2sql, fitsdump and zfits) you can add {{{-DTOOLS_ONLY=1}}} when calling {{{cmake}}}. This simplifies compilation because less packages are required (for example the whole QT stuff is not needed). 48 49 If you only want to compile the *viewer* you can add {{{-DVIEWER_ONLY=1}}} when calling {{{cmake}}}. This simplifies compilation because less packages are required, but all the QT stuff is required. 50 51 The two options {{{-DTOOLS_ONLY=1}}} and {{{-DVIEWER_ONLY=1}}} can be combined. 48 52 49 53 If a package is missing, you will see an error which looks like this