Skip to content

Commit 1abde6e

Browse files
committed
Clarify the need for libfuse3.
1 parent a181b9b commit 1abde6e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ Installation
5555
------------
5656

5757
First, 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

6463
To build and install, we recommend to use Meson_ (version 0.38 or
6564
newer) 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/

0 commit comments

Comments
 (0)