Changes between Version 51 and Version 52 of InstallingFACT++


Ignore:
Timestamp:
10/24/19 13:10:04 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v51 v52  
    4545instead. Note that not all versions of {{{clang}}} are compatible with all version of the boost-libraries on Ubuntu. You might have to try different versions. (However, it is worth it, because {{{clang}}} is much faster).
    4646
    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.
     47If 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.
    5050
    5151The two options {{{-DTOOLS_ONLY=1}}} and {{{-DVIEWER_ONLY=1}}} can be combined.
     
    118118
    119119where '''YYWWDDHH''' is the version number compiled from the time when {{{cmake}}} was called.
     120
     121== FACT++ and ROOT v6 ==
     122
     123In root versions >=6.18, the {{{qt}}} integration has been discarded. Therefore, the graphical interfaces {{{fact}}} is turned off if compiled with a root version >=6.18.
    120124
    121125== Old Information ==