From cc1d673e55beca0a98b8b81081bc6aff78384cca Mon Sep 17 00:00:00 2001 From: Jarcode Date: Wed, 28 Aug 2019 00:57:29 -0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 535e533..b692dc0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ glava You can pass `BUILD=debug` to the makefile for debug builds of glava, and `INSTALL=standalone` to run glava directly from the `build` directory. -Note that versions since `v1.6.4` use Meson for the build system, although the `Makefile` will remain to work identically. Package maintainers are encouraged to use `meson build`, `ninja -C build`, and `meson install` instead of the Make wrapper. +Note that versions since `2.0` use Meson for the build system, although the `Makefile` will remain to work identically to earlier `1.xx` releases. Package maintainers are encouraged to use `meson build`, `ninja -C build`, and `meson install` instead of the Make wrapper. **Requirements:**