From 73d2fec3058aac644b02c94a6abeee2f06a5081e Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Mon, 10 Dec 2012 15:16:50 +0100 Subject: Add installation instructions. diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..5db5f3f --- /dev/null +++ b/INSTALL @@ -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 -- cgit v0.10.1