From b2ddcbad0cf3a3e546087ea540998266a13719be Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 24 Jan 2024 22:35:32 -0500 Subject: docs: add a technically unneeded "setup" verb to some invocations `meson -Dxxx=yyy` is technically accurate, but does cause confusion at least some of the time. --- docs/markdown/howtox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 54831a3f7..8b56c807e 100644 --- a/docs/markdown/howtox.md +++ b/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 -Db_coverage=true +$ meson setup -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 -Db_sanitize=address +$ meson setup -Db_sanitize=address ``` After this you just compile your code and run the test suite. Address -- cgit v1.2.3