From 8c5b4b9de9f5fdcf01e56ffbb347fcdc605edf73 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 29 Jan 2011 22:19:13 +0100 Subject: fix stupid error in INSTALL :( --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 086c47b..14d284a 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ To build oxen, please run the following commands in the oxen project root direct mkdir build 2) Invoke cmake to create Makefiles cd build - cmake . + cmake .. 3) Compile program make -- cgit v1.2.3