Changes between Version 3 and Version 4 of InstallingFACT++


Ignore:
Timestamp:
08/05/18 15:35:39 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v3 v4  
    3232If a package is missing, you will see an error which looks like this
    3333
    34 {{{
     34{{{#!default lineno=1
    3535CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
    3636  Could NOT find Nova (missing: NOVA_LIBRARY NOVA_INCLUDE_DIR)
     
    4141}}}
    4242
    43 It is a bit tricky to find out which package is missing at the moment. In this case, it is the development package of the nova library (libnova-dev).
     43It is a bit tricky to find out which package is missing at the moment. The important line is
     44{{{
     45Could NOT find Nova (missing: NOVA_LIBRARY NOVA_INCLUDE_DIR)
     46}}}
     47In this case, it is the development package of the nova library (libnova-dev).
    4448
    4549Then call {{{make}}} or {{{make -jN}}} where '''N''' is the numbers of threads you want to utilize (check the number of CPU cores you can keep busy).