2015-01-20 03:44:58 +08:00
|
|
|
.TH MESONGUI "1" "January 2015" "mesongui 0.22.0" "User Commands"
|
2013-10-22 00:10:26 +08:00
|
|
|
.SH NAME
|
2014-01-20 06:34:12 +08:00
|
|
|
mesongui - a gui for the Meson build system
|
2013-10-22 00:10:26 +08:00
|
|
|
.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 ]
|
|
|
|
|
2014-06-05 03:24:59 +08:00
|
|
|
If the argument is a directory with a Meson project, the
|
2013-10-22 00:10:26 +08:00
|
|
|
Gui will allow you to configure and generate a build tree
|
|
|
|
for it.
|
|
|
|
|
2013-10-22 00:24:20 +08:00
|
|
|
If the argument is an existing build directory, Mesongui will
|
2013-10-22 00:10:26 +08:00
|
|
|
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
|
2014-06-17 05:24:48 +08:00
|
|
|
https://jpakkane.github.io/meson/
|