File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,11 +55,10 @@ Installation
5555------------
5656
5757First, download the latest SSHFS release from
58- https://github.com/libfuse/sshfs/releases. On Linux and BSD, you will
59- also need to install libfuse _ 3.1.0 or newer. On macOS, you need
60- OSXFUSE _ instead. Finally, you need the Glib _ library with development
61- headers (which should be available from your operating system's
62- package manager).
58+ https://github.com/libfuse/sshfs/releases. You also need libfuse _ 3.1.0 or newer (or a
59+ similar library that provides a libfuse3 compatible interface for your operating
60+ system). Finally, you need the Glib _ library with development headers (which should be
61+ available from your operating system's package manager).
6362
6463To build and install, we recommend to use Meson _ (version 0.38 or
6564newer) and Ninja _. After extracting the sshfs tarball, create a
@@ -83,7 +82,6 @@ tests requires the `py.test`_ Python module)::
8382 $ sudo ninja install
8483
8584.. _libfuse : http://github.com/libfuse/libfuse
86- .. _OSXFUSE : https://osxfuse.github.io/
8785.. _Glib : https://developer.gnome.org/glib/stable/
8886.. _Meson : http://mesonbuild.com/
8987.. _Ninja : https://ninja-build.org/
You can’t perform that action at this time.
0 commit comments