1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

docs: mesonconf is not a valid command, meson configure is

Meson documentation for `meson configure`
https://mesonbuild.com/Commands.html#configure
This commit is contained in:
igo95862 2021-01-11 16:04:33 +03:00 committed by Yu Watanabe
parent abcd208840
commit 5adfb06d55

4
README
View File

@ -192,8 +192,8 @@ REQUIREMENTS:
Any configuration options can be specified as -Darg=value... arguments Any configuration options can be specified as -Darg=value... arguments
to meson. After the build directory is initially configured, meson will to meson. After the build directory is initially configured, meson will
refuse to run again, and options must be changed with: refuse to run again, and options must be changed with:
mesonconf -Darg=value... meson configure -Darg=value build/
mesonconf without any arguments will print out available options and meson configure without any arguments will print out available options and
their current values. their current values.
Useful commands: Useful commands: