From 13df95268223a2757d0e9000d3ab10980541a814 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 15 Mar 2017 16:13:39 -0700 Subject: Document minimum required Meson version. Fixes #138. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index be2e52e..00b423e 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Installation You can download libfuse from https://github.com/libfuse/libfuse/releases. To build and install, we -recommend to use [Meson](http://mesonbuild.com/) and -[Ninja](https://ninja-build.org). After extracting the libfuse -tarball, create a (temporary) build directory and run Meson: +recommend to use [Meson](http://mesonbuild.com/) (version 0.37 or +newer) and [Ninja](https://ninja-build.org). After extracting the +libfuse tarball, create a (temporary) build directory and run Meson: $ md build; cd build $ meson .. -- cgit v1.2.3