10 Make a system-wide installation by:
12 (this will require administrative privileges on most systems, i.e. 'sudo make install'
13 on a Unix like system with a sudoers file)
17 -DTNG_BUILD_DOCUMENTATION=ON to build the API documentation (requires doxygen)
18 -DCMAKE_BUILD_TYPE=Debug to compile with debug flags (recommended for
19 feedback during development)
20 -DTNG_BUILD_FORTRAN=ON to build the Fortran MD simulations example, saving results
21 in the TNG format (requires a Fortran compiler allowing cray-pointers).