Clarify the need for libfuse3.

This commit is contained in:
Nikolaus Rath 2021-06-14 09:09:31 +01:00
parent a181b9b60b
commit 1abde6e779
1 changed files with 4 additions and 6 deletions

View File

@ -55,11 +55,10 @@ Installation
------------ ------------
First, download the latest SSHFS release from First, download the latest SSHFS release from
https://github.com/libfuse/sshfs/releases. On Linux and BSD, you will https://github.com/libfuse/sshfs/releases. You also need libfuse_ 3.1.0 or newer (or a
also need to install libfuse_ 3.1.0 or newer. On macOS, you need similar library that provides a libfuse3 compatible interface for your operating
OSXFUSE_ instead. Finally, you need the Glib_ library with development system). Finally, you need the Glib_ library with development headers (which should be
headers (which should be available from your operating system's available from your operating system's package manager).
package manager).
To build and install, we recommend to use Meson_ (version 0.38 or To build and install, we recommend to use Meson_ (version 0.38 or
newer) and Ninja_. After extracting the sshfs tarball, create a newer) and Ninja_. After extracting the sshfs tarball, create a
@ -83,7 +82,6 @@ tests requires the `py.test`_ Python module)::
$ sudo ninja install $ sudo ninja install
.. _libfuse: http://github.com/libfuse/libfuse .. _libfuse: http://github.com/libfuse/libfuse
.. _OSXFUSE: https://osxfuse.github.io/
.. _Glib: https://developer.gnome.org/glib/stable/ .. _Glib: https://developer.gnome.org/glib/stable/
.. _Meson: http://mesonbuild.com/ .. _Meson: http://mesonbuild.com/
.. _Ninja: https://ninja-build.org/ .. _Ninja: https://ninja-build.org/