You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.TH MESONCONF "1" "November 2016" "mesonconf 0.36.0" "User Commands"
|
|
|
|
.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.
|
|
|
|
|
|
|
|
.B mesonconf \-Dopt1=value1 \-Dopt2=value2
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
http://mesonbuild.com/
|