Browse Source

Readme for meson

tags/v1.3
Nils 5 years ago
parent
commit
310f372e54
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      README.md

+ 7
- 3
README.md View File

@@ -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'`


Loading…
Cancel
Save