diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 13:20:59 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 16:19:59 +0000 |
| commit | f72ee8e742a171db74ed32b54b85953b8dfe1d77 (patch) | |
| tree | 80e015f57b8bfc3c0a0fccb6b0d4ef4d602c0a0d /docs/markdown/Configuring-a-build-directory.md | |
| parent | 4f8cecca9733588b083dba8488143fa1ffb0e495 (diff) | |
| download | meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.gz | |
Rewrap long text lines in docs. [skip ci]
Diffstat (limited to 'docs/markdown/Configuring-a-build-directory.md')
| -rw-r--r-- | docs/markdown/Configuring-a-build-directory.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/markdown/Configuring-a-build-directory.md b/docs/markdown/Configuring-a-build-directory.md index 199d1d74e..0b6053cd6 100644 --- a/docs/markdown/Configuring-a-build-directory.md +++ b/docs/markdown/Configuring-a-build-directory.md @@ -11,9 +11,9 @@ options provided in your `meson_options.txt` file and so on. 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 -sample output for a simple project. +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 sample output for a simple project. Core properties @@ -109,11 +109,12 @@ you would issue the following command. meson configure -Dprefix=/tmp/testroot -Then you would run your build command (usually `meson compile`), which would -cause Meson to detect that the build setup has changed and do all the -work required to bring your build tree up to date. +Then you would run your build command (usually `meson compile`), which +would cause Meson to detect that the build setup has changed and do +all the work required to bring your build tree up to date. Since 0.50.0, it is also possible to get a list of all build options -by invoking [`meson configure`](Commands.md#configure) with the project source directory or -the path to the root `meson.build`. In this case, meson will print the -default values of all options similar to the example output from above. +by invoking [`meson configure`](Commands.md#configure) with the +project source directory or the path to the root `meson.build`. In +this case, meson will print the default values of all options similar +to the example output from above. |
