summaryrefslogtreecommitdiff
path: root/man/mesonconf.1
blob: e334d0724acd3b2cd45b7a40dc226372c51c6a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH MESONCONF "1" "March 2017" "mesonconf 0.39.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/