Changes between Version 49 and Version 50 of InstallingFACT++


Ignore:
Timestamp:
10/10/19 19:45:54 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v49 v50  
    4646
    4747If 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
     49If 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
     51The two options {{{-DTOOLS_ONLY=1}}} and {{{-DVIEWER_ONLY=1}}} can be combined.
    4852
    4953If a package is missing, you will see an error which looks like this