diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-03-10 15:28:02 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-11 00:51:18 +0200 |
commit | fa0386d98abbb8058bdfb89d6a2e48627eb02f67 (patch) | |
tree | 4b2cae946e728060453e45bc67b09a2f27a8ec84 | |
parent | 407b6dfc2934a0d70b45d682df8f2ccfd05ac6d2 (diff) | |
download | meson-fa0386d98abbb8058bdfb89d6a2e48627eb02f67.zip meson-fa0386d98abbb8058bdfb89d6a2e48627eb02f67.tar.gz meson-fa0386d98abbb8058bdfb89d6a2e48627eb02f67.tar.bz2 |
docs: remove reference to mesongui
mesongui was removed in 71f18226 (PR #574)
-rw-r--r-- | docs/markdown/Configuring-a-build-directory.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/markdown/Configuring-a-build-directory.md b/docs/markdown/Configuring-a-build-directory.md index 774addf..8e016e2 100644 --- a/docs/markdown/Configuring-a-build-directory.md +++ b/docs/markdown/Configuring-a-build-directory.md @@ -9,9 +9,7 @@ generated. For example you might want to change from a debug build into a release build, set custom compiler flags, change the build options provided in your `meson_options.txt` file and so on. -The main tool for this is the `meson configure` command. You may also use the -`mesongui` graphical application if you want. However this document -describes the use of the command line client. +The main tool for this is the `meson configure` command. You invoke `meson configure` by giving it the location of your build dir. If omitted, the current working directory is used instead. Here's a |