diff options
author | nyorain <nyorain@gmail.com> | 2017-07-17 20:38:28 +0200 |
---|---|---|
committer | nyorain <nyorain@gmail.com> | 2017-08-05 22:34:24 +0200 |
commit | fdab81e1c95f872e61ab6ff4be65f09fe552f6f2 (patch) | |
tree | 6980684640b9089bed5324388386427fbca63fdf /README.md | |
parent | ce886c03539319f7b3327a4adde3c912e349e0f4 (diff) |
Use meson build system
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |