aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-16 21:44:21 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-16 21:44:21 +0100
commit5e4f77069058aee5bcf6bbc6eae028f8075cd1a4 (patch)
treeff73e14d38458788d69d6a8891486085203df09f
parent3cd7f06e3793334b7379cef3f82df83a2ba27c54 (diff)
downloadyawa-5e4f77069058aee5bcf6bbc6eae028f8075cd1a4.tar.xz
README: Recommend building in a separate directory
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4093f6d..a83ead8 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,9 @@ Building
::
<git clone>
- cmake -g 'Unix Makefiles' .
+ mkdir yasl/build
+ cd yasl/build
+ cmake ..
make
sudo make install