Changes between Version 3 and Version 4 of InstallingFACT++
- Timestamp:
- 08/05/18 15:35:39 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v3 v4 32 32 If a package is missing, you will see an error which looks like this 33 33 34 {{{ 34 {{{#!default lineno=1 35 35 CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): 36 36 Could NOT find Nova (missing: NOVA_LIBRARY NOVA_INCLUDE_DIR) … … 41 41 }}} 42 42 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). 43 It is a bit tricky to find out which package is missing at the moment. The important line is 44 {{{ 45 Could NOT find Nova (missing: NOVA_LIBRARY NOVA_INCLUDE_DIR) 46 }}} 47 In this case, it is the development package of the nova library (libnova-dev). 44 48 45 49 Then 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).