aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: