diff options
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -15,4 +15,9 @@ programs using the library must specify explicitly where to look for it. cp ../example_files/tng_example.tng . - )
\ No newline at end of file + ) + +Useful cmake flags: +-DBUILD_DOCUMENTATION=ON to build the API documentation (requires doxygen) +-DCMAKE_BUILD_TYPE=Debug to compile with debug flags (recommended for +feedback during development)
\ No newline at end of file |