The Meson Build System
http://mesonbuild.com/
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.
25 lines
754 B
25 lines
754 B
11 years ago
|
.TH MESONGUI "1" "December 2013" "mesongui 0.10.0" "User Commands"
|
||
|
.SH NAME
|
||
|
mesongui - a gui for the Meson build tool
|
||
|
.SH DESCRIPTION
|
||
|
|
||
|
Mesongui provides a graphical user interface to the Meson
|
||
|
build system. It can be used for two main purposes: configuring
|
||
|
an existing build or creating a new build for the given source.
|
||
|
|
||
|
.B mesongui [
|
||
|
.I source or build directory
|
||
|
.B ]
|
||
|
|
||
|
If the argument is a directory with Meson project, the
|
||
|
Gui will allow you to configure and generate a build tree
|
||
|
for it.
|
||
|
|
||
|
If the argument is an existing directory, Mesongui will
|
||
|
start a gui that will show all your configuration
|
||
|
options and allows you to change them as desired. The
|
||
|
gui can also be used to build and install the project.
|
||
|
|
||
|
.SH SEE ALSO
|
||
|
https://sourceforge.net/p/meson
|