From f788c3fecc2854411d0b3fdf1c14726aa8c08962 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Wed, 16 May 2018 19:23:37 +0200 Subject: initial migration to meson. * manual is still missing * unit tests are still missing --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 952e5e9..920af05 100644 --- a/README.md +++ b/README.md @@ -36,21 +36,18 @@ Get more information at: [http://open-music-kontrollers.ch/lv2/moony](http://ope ### Build / install - git clone https://gitlab.com/OpenMusicKontrollers/moony.lv2.git + git clone https://git.open-music-kontrollers.ch/lv2//moony.lv2 cd moony.lv2 - mkdir build + meson build cd build - cmake -DCMAKE_BUILD_TYPE="Release" .. - make - sudo make install + ninja -j4 + sudo ninja install -If you want to run the unit test, do instead: +If you want to run the unit tests: . . - cmake -DCMAKE_BUILD_TYPE="Debug" -DBUILD_TESTING=1 .. - make - ARGS="-VV" make test + ninja test . . -- cgit v1.2.1