aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernd Schubert <bernd.schubert@fastmail.fm>2024-03-20 13:30:12 +0100
committerGitHub <noreply@github.com>2024-03-20 13:30:12 +0100
commit694f3d5231e0ec4b25416db97ac113b4f89630d6 (patch)
tree860e0d6c96cd91858c2361a935b8fdd14532b68e /README.md
parenta6a219f5344a5c09cec34416818342ac220a0df2 (diff)
parent425f52a1f515cd0e2148a427330bb82c96b18856 (diff)
downloadlibfuse-694f3d5231e0ec4b25416db97ac113b4f89630d6.tar.gz
Merge pull request #904 from bsbernd/s-bit-fusermount
Add back s-bit for compiled fusermount
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6855cef..eaf1308 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,10 @@ nevertheless want to adjust them, you can do so with the
*meson configure* command:
$ meson configure # list options
- $ meson configure -D disable-mtab=true # set an option
+ $ meson configure -D disable-mtab=true # set an optionq
+
+ $ # ensure all meson options are applied to the final build system
+ $ meson setup --reconfigure ../
To build, test, and install libfuse, you then use Ninja: