From 310f372e54016a4a638b5c480310792da12f5fcf Mon Sep 17 00:00:00 2001 From: Nils <> Date: Mon, 20 Apr 2020 00:08:45 +0200 Subject: [PATCH] Readme for meson --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bb916b..1b004e0 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,12 @@ The current repository builds the original `nsmd` and `jackpatch`. ## Build Dependencies are jack2 and liblo, the OSC library. +The build system is meson. + +```meson build --prefix=/usr +cd build +ninja +sudo ninja install +``` -* `./waf configure` -* `./waf` -* `su -c './waf install'`