Mention old meson behavior in README instructions (#119)

This commit is contained in:
Robin B
2019-06-12 23:38:51 +02:00
committed by GitHub
parent 1a7a6deb49
commit f1284a6835

View File

@@ -15,6 +15,8 @@ $ sudo meson install
$ glava
```
Note: If you're using an old version of meson, and `sudo meson install` [does not work](https://github.com/wacossusca34/glava/issues/119), try running `ninja install` instead.
You can run `meson configure` in the project directory to get a list of available compile-time configuration options.
You can pass `-DDEBUG` to meson for debug builds of both glad (only with `-Dglad`) and glava, `-Dstandalone` allows you to run GLava in the build directory.