Changes between Version 9 and Version 10 of InstallingFACT++
- Timestamp:
- 08/05/18 15:47:10 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v9 v10 53 53 If you find something missing during compilation which is not checked, please let me know. As a good practice please attach the complete output of {{{cmake}}} and of {{{make}}}. To clean up your build tree and start from scratch simple remove the directory ({{{rm -rf build}}}) and start over with step ![2]. 54 54 55 ''Hint'': To get an idea what cmake is doing or has done, you can call {{{cmake-gui .}}} in the build directory. Note that the {{{.}}} is required. 56 55 57 == Compiling FACT++ == 56 58