aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2023-09-05 08:33:52 +0300
committerMartin Pärtel <martin.partel@gmail.com>2023-09-05 08:33:52 +0300
commita964587ee2c8609e3955d1a3e486893c0f6439c1 (patch)
tree6618b6c5dbe29e69b792414719d4537714227bf4 /README.md
parent5b8ba507db901d7915d999535927ead4cdcf3b09 (diff)
downloadbindfs-a964587ee2c8609e3955d1a3e486893c0f6439c1.tar.gz
Improved installation instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c313fd..7f2d476 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@ FUSE 3 is supported. When using FUSE 3, libfuse 3.10.2 or newer is
recommended to avoid a [bug with readdir](https://github.com/libfuse/libfuse/issues/583),
though it only seems to affect a few applications.
+To compile from source on Linux, first `apt install build-essential pkg-config libfuse3-dev` (or `libfuse-dev` on older systems). On MacOS, install XCode (and let it install Developer Tools), [pkg-config](https://formulae.brew.sh/formula/pkg-config#default) and either [MacFuse](https://osxfuse.github.io/) or [fuse-t](https://www.fuse-t.org/).
+
Download a [release](https://bindfs.org/downloads/) or clone this repository.
Then compile and install as usual: