From f1284a68351733699f3337bc483608bf7a5f5ac0 Mon Sep 17 00:00:00 2001 From: Robin B Date: Wed, 12 Jun 2019 23:38:51 +0200 Subject: [PATCH] Mention old meson behavior in README instructions (#119) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 532ee04..74972f6 100644 --- a/README.md +++ b/README.md @@ -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.