summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-29 22:01:00 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-29 22:01:00 +0100
commit1ac4b284c9b38432ec7f819bb162a54c5cff1a8f (patch)
tree4cd85f5fe264f887adfed9b4dc6578561c06f7fd
parent7c3f311c201e20653e3753afc8072b81cc082bf7 (diff)
improved INSTALL a little
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1de56d3..086c47b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,14 @@
To build oxen, please run the following commands in the oxen project root directory:
+1) Create build dir in which temporary files will be generated:
+ mkdir build
+2) Invoke cmake to create Makefiles
+ cd build
cmake .
+3) Compile program
make
+
+
+To create a Debian package additionally run the following command:
+ make package
+