diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-11 10:54:16 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-11 10:54:16 (GMT) |
commit | dc4b94c7953922d706e27451f1cff4f1601ef03f (patch) | |
tree | 313978b8a96af6bb07c2cdd1718b5887972ebb56 /INSTALL | |
parent | 758fc036192faf325deb46992bc60f7721c755c0 (diff) |
Improved install instructions
Diffstat (limited to 'INSTALL')
-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 |