doc/user: mesonconf is meson configure

Listed in #96

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-07-31 10:17:59 +10:00
parent 326b2e3261
commit dbd484f867

View file

@ -55,16 +55,16 @@ We recommend that users disable the documentation, it's not usually required
for testing and reduces the number of dependencies needed. for testing and reduces the number of dependencies needed.
The ``prefix`` or other options can be changed later with the The ``prefix`` or other options can be changed later with the
``mesonconf`` command. For example: ``meson configure`` command. For example:
:: ::
$> mesonconf builddir/ -Dprefix=/some/other/prefix -Ddocumentation=true $> meson configure builddir/ -Dprefix=/some/other/prefix -Ddocumentation=true
$> ninja -C builddir $> ninja -C builddir
$> sudo ninja -C builddir/ install $> sudo ninja -C builddir/ install
Running ``mesonconf builddir/`` with no other arguments lists all Running ``meson configure builddir/`` with no other arguments lists all
configurable options meson provides. configurable options meson provides.
To rebuild from scratch, simply remove the build directory and run meson To rebuild from scratch, simply remove the build directory and run meson