From dbd484f8675f49129f8b2fecc6a236a3f011c3f6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 31 Jul 2018 10:17:59 +1000 Subject: [PATCH] doc/user: mesonconf is meson configure Listed in #96 Signed-off-by: Peter Hutterer --- doc/user/building.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/building.rst b/doc/user/building.rst index 998585d8..5eeb540d 100644 --- a/doc/user/building.rst +++ b/doc/user/building.rst @@ -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. 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 $> 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. To rebuild from scratch, simply remove the build directory and run meson