From fa0386d98abbb8058bdfb89d6a2e48627eb02f67 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 10 Mar 2018 15:28:02 +0000 Subject: docs: remove reference to mesongui mesongui was removed in 71f18226 (PR #574) --- docs/markdown/Configuring-a-build-directory.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/markdown') 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 -- cgit v1.1