summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 21:14:27 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 22:03:09 +0200
commit2dedf206d79a3ce9c44c3216a2b148a2172b78fa (patch)
tree5278f21eac71a2a1049e063eb93d15e8daac03cd /README.md
parentcmake: separate C flags and preprocesser definitions (diff)
downloadsway-2dedf206d79a3ce9c44c3216a2b148a2172b78fa.tar.gz
sway-2dedf206d79a3ce9c44c3216a2b148a2172b78fa.tar.zst
sway-2dedf206d79a3ce9c44c3216a2b148a2172b78fa.zip
cmake: use out-of-source build
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:
46 46
47Run these commands: 47Run these commands:
48 48
49 cmake . 49 mkdir build
50 cd build
51 cmake ..
50 make 52 make
51 sudo make install 53 sudo make install
52 54