aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2021-06-14 09:09:31 +0100
committerNikolaus Rath <Nikolaus@rath.org>2021-09-24 13:36:56 +0100
commit1abde6e779afa69aff2329493956f8d5b7037bc4 (patch)
tree17a9aee2d5660357e30fbea5355c963e8fa52a8d
parenta181b9b60b418c8a61045070d1a0d1660e4f27ff (diff)
downloadsshfs-1abde6e779afa69aff2329493956f8d5b7037bc4.tar
sshfs-1abde6e779afa69aff2329493956f8d5b7037bc4.tar.gz
sshfs-1abde6e779afa69aff2329493956f8d5b7037bc4.tar.bz2
sshfs-1abde6e779afa69aff2329493956f8d5b7037bc4.zip
Clarify the need for libfuse3.
-rw-r--r--README.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 825e048..dac537b 100644
--- a/README.rst
+++ b/README.rst
@@ -55,11 +55,10 @@ Installation
------------
First, download the latest SSHFS release from
-https://github.com/libfuse/sshfs/releases. On Linux and BSD, you will
-also need to install libfuse_ 3.1.0 or newer. On macOS, you need
-OSXFUSE_ instead. Finally, you need the Glib_ library with development
-headers (which should be available from your operating system's
-package manager).
+https://github.com/libfuse/sshfs/releases. You also need libfuse_ 3.1.0 or newer (or a
+similar library that provides a libfuse3 compatible interface for your operating
+system). Finally, you need the Glib_ library with development headers (which should be
+available from your operating system's package manager).
To build and install, we recommend to use Meson_ (version 0.38 or
newer) and Ninja_. After extracting the sshfs tarball, create a
@@ -83,7 +82,6 @@ tests requires the `py.test`_ Python module)::
$ sudo ninja install
.. _libfuse: http://github.com/libfuse/libfuse
-.. _OSXFUSE: https://osxfuse.github.io/
.. _Glib: https://developer.gnome.org/glib/stable/
.. _Meson: http://mesonbuild.com/
.. _Ninja: https://ninja-build.org/