[doc] INSTALL: recommend building in a subdirectory

Recommend building in ~/owlps/build rather than in ~/owlps-build.
This commit is contained in:
Matteo Cypriani 2014-10-31 11:25:57 -04:00
parent dc64f050a8
commit fe84a5f097
1 changed files with 3 additions and 3 deletions

View File

@ -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