aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-01 15:25:41 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-01 15:25:41 -0500
commit1fbabc6c747205e62cd1dff3771bd319a935438f (patch)
tree8c079c9fe0f909be8429ab010ed75853bd3429d0 /README.md
parentef9258bd665ff6a47693ec252bc4d7c8c04c5dee (diff)
parent55b3532fe05333837de8d1041195551e724c9a40 (diff)
Merge pull request #285 from christophgysin/cmake
cmake configuration cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4bbfa750..394dfc80 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,9 @@ Install dependencies:
Run these commands:
- cmake .
+ mkdir build
+ cd build
+ cmake ..
make
sudo make install