diff options
Diffstat (limited to 'man/mesongui.1')
-rw-r--r-- | man/mesongui.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/mesongui.1 b/man/mesongui.1 new file mode 100644 index 0000000..737df8f --- /dev/null +++ b/man/mesongui.1 @@ -0,0 +1,24 @@ +.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 |