From 5253a9807f1713c4b4dd3887271a31232cc51311 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Wed, 5 Nov 2008 17:49:24 +0000 Subject: [PATCH] use separate build dir --- INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 291dfe1..854c9b9 100644 --- a/INSTALL +++ b/INSTALL @@ -14,8 +14,10 @@ Requirements Steps to compile -1. cmake . -2. make +1. mkdir build +2. cd build +3. cmake .. +4. make Steps to run the testsuite -- 2.7.4