diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-10-21 19:10:26 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-10-21 19:10:26 +0300 |
commit | 94af9a7b5c8542c95e0a8ba09c887b1acd1366ac (patch) | |
tree | 0a572bfde5470b068b2e8887b24047b32767bf68 /man | |
parent | 5541ee41079f12a53dbe3e657daef790ef495057 (diff) | |
download | meson-94af9a7b5c8542c95e0a8ba09c887b1acd1366ac.zip meson-94af9a7b5c8542c95e0a8ba09c887b1acd1366ac.tar.gz meson-94af9a7b5c8542c95e0a8ba09c887b1acd1366ac.tar.bz2 |
Man page for mesongui.
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | man/mesongui.1 | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/man/meson.1 b/man/meson.1 index 61c4aac..f570f5b 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "October 2013" "meson 0.9.0" "User Commands" +.TH MESON "1" "December 2013" "meson 0.10.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION 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 |