README: update to meson build instructions

Meson is much nicer and easier to use for compiling,
and it will become the only build system in a future
release.

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
main
Harry van Haaren 2018-07-24 22:23:14 +01:00
parent 3769d5bafc
commit 58eb9c3fed
1 changed files with 3 additions and 2 deletions

View File

@ -32,9 +32,10 @@ Install
Run the following commands from the top directory to configure & install Luppp:
```bash
meson build
cd build
./compile.sh
./run.sh
ninja
./luppp
```