Document minimum required Meson version.

Fixes #138.
This commit is contained in:
Nikolaus Rath
2017-03-15 16:13:39 -07:00
parent e572050d3f
commit 13df952682
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -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 ..