According to user reports (https://github.com/libfuse/libfuse/pull/300),
we need at least version 0.42.
You can download libfuse from
https://github.com/libfuse/libfuse/releases. To build and install, we
-recommend to use [Meson](http://mesonbuild.com/) (version 0.38 or
-newer) 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/) and
+[Ninja](https://ninja-build.org). After extracting the libfuse
+tarball, create a (temporary) build directory and run Meson:
$ mkdir build; cd build
$ meson ..
project('libfuse3', 'c', version: '3.2.6',
- meson_version: '>= 0.40.1',
+ meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])