From fe84a5f097846395727dbd4e89c7ed10445a41b5 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Fri, 31 Oct 2014 11:25:57 -0400 Subject: [PATCH] [doc] INSTALL: recommend building in a subdirectory Recommend building in ~/owlps/build rather than in ~/owlps-build. --- INSTALL.t2t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.t2t b/INSTALL.t2t index f8142c8..124d8e0 100644 --- a/INSTALL.t2t +++ b/INSTALL.t2t @@ -44,9 +44,9 @@ achieved by typing for instance (assuming OwlPS' source files are in ``~/owlps``): ``` - mkdir ~/owlps-build - cd ~/owlps-build - cmake ~/owlps + mkdir ~/owlps/build + cd ~/owlps/build + cmake .. ``` CMake will generate a set of Makefiles, and display warnings if