diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 15:48:01 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 15:48:01 (GMT) |
commit | 811e3f087eafecdf9027672b8894198c807cc31d (patch) | |
tree | 282c2e26c7ac2606a0a7bf4b4f5cd3ca7c415dbb /INSTALL | |
parent | 6f988d9ccc9d538b3032242bd982047edb6fa6fe (diff) |
Documentation improvements
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,4 +14,6 @@ programs using the library must specify explicitly where to look for it. 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 +feedback during development) +-DBUILD_FORTRAN=ON to build the Fortran MD simulations example, saving results +in the TNG format (requires a Fortran compiler allowing cray-pointers).
\ No newline at end of file |