docs: add a technically unneeded "setup" verb to some invocations

`meson <options> -Dxxx=yyy` is technically accurate, but does cause
confusion at least some of the time.
pull/12774/head
Eli Schwartz 10 months ago
parent 2936be7e29
commit b2ddcbad0c
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 4
      docs/markdown/howtox.md

@ -166,7 +166,7 @@ execute permissions, the generated file will have them too.
First initialize the build directory with this command.
```console
$ meson <other flags> -Db_coverage=true
$ meson setup <other flags> -Db_coverage=true
```
Then issue the following commands.
@ -202,7 +202,7 @@ sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html). Meson
has native support for these with the `b_sanitize` option.
```console
$ meson <other options> -Db_sanitize=address
$ meson setup <other options> -Db_sanitize=address
```
After this you just compile your code and run the test suite. Address

Loading…
Cancel
Save