From 1ac4b284c9b38432ec7f819bb162a54c5cff1a8f Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 29 Jan 2011 22:01:00 +0100 Subject: improved INSTALL a little --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + -- cgit v1.2.3