diff options
| author | Craig Chi <craig08@users.noreply.github.com> | 2020-07-03 04:28:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 12:28:05 +0100 |
| commit | 032db1ab298d62c4d0c5be1f9fb2df299aec2346 (patch) | |
| tree | 4bb771af774980392ccaddb6ecaee6c66384b013 | |
| parent | 06342ca60ed822b856990915f127d8beddc0d1f6 (diff) | |
| download | libfuse-032db1ab298d62c4d0c5be1f9fb2df299aec2346.tar.gz | |
docs: Replace `mesonconf` with `meson configure` (#528)
Fixes #527
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -59,11 +59,11 @@ tarball, create a (temporary) build directory and run Meson: $ meson .. Normally, the default build options will work fine. If you -nevertheless want to adjust them, you can do so with the *mesonconf* -command: +nevertheless want to adjust them, you can do so with the +*meson configure* command: - $ mesonconf # list options - $ mesonconf -D disable-mtab=true # set an option + $ meson configure # list options + $ meson configure -D disable-mtab=true # set an option To build, test and install libfuse, you then use Ninja: |
