aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornyorain <nyorain@gmail.com>2017-07-17 20:38:28 +0200
committernyorain <nyorain@gmail.com>2017-08-05 22:34:24 +0200
commitfdab81e1c95f872e61ab6ff4be65f09fe552f6f2 (patch)
tree6980684640b9089bed5324388386427fbca63fdf /README.md
parentce886c03539319f7b3327a4adde3c912e349e0f4 (diff)
Use meson build system
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9648f2c2..98c359fc 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,5 @@ Install dependencies:
Run these commands:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
- sudo make install
+ meson build
+ ninja -C build