meson/man/mesonconf.1

26 lines
612 B
Groff
Raw Normal View History

2017-06-13 02:47:22 +08:00
.TH MESONCONF "1" "June 2017" "mesonconf 0.41.0" "User Commands"
2014-01-06 05:46:14 +08:00
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION
Mesonconf provides a way to configure a Meson
project from the command line. Its usage is simple.
.B mesonconf [
.I build directory
.B ] [
.I options to set
.B ]
If build directory is omitted, the current directory is used instead.
If no parameters are set, mesonconf will print the value of all build
options to the console.
To set values, just use the \-D command line argument like this.
2014-01-06 05:46:14 +08:00
.B mesonconf \-Dopt1=value1 \-Dopt2=value2
2014-01-06 05:46:14 +08:00
.SH SEE ALSO
http://mesonbuild.com/