diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-10 14:16:50 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-10 14:16:50 (GMT) |
commit | 73d2fec3058aac644b02c94a6abeee2f06a5081e (patch) | |
tree | bec799262c7a8b173157e05b508c20e1b98a02b0 | |
parent | 651f05b1ffa8b4bfe6145b85ff72373199c0e514 (diff) |
Add installation instructions.
-rw-r--r-- | INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +mkdir build +cd build +cmake .. +make + + +Test by running: +bin/tng_testing + +No system wide installations are made yet (no 'make install'), which means that +programs using the library must specify explicitly where to look for it. + +(currently 'bin/tng_testing' requires a tng_example.tng in the directory + the command is invoked. This will be fixed soon: + + cp ../example_files/tng_example.tng . + + )
\ No newline at end of file |