Skip to content
Snippets Groups Projects
Verified Commit 4bbac44d authored by Štěpán Balážik's avatar Štěpán Balážik Committed by Vladimír Čunát
Browse files

docs: run `meson setup` explicitly in build instructions

This silences the following warning given on newer version of meson:

WARNING: Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated.
parent 07dd054d
Branches
Tags
1 merge request!1367docs: run `meson setup` explicitly in build instructions
......@@ -118,7 +118,7 @@ Following example script will:
.. code-block:: bash
$ meson build_dir --prefix=/tmp/kr --default-library=static
$ meson setup build_dir --prefix=/tmp/kr --default-library=static
$ ninja -C build_dir
$ ninja install -C build_dir
......@@ -181,7 +181,7 @@ target ``doc`` must be called explicitly.
.. code-block:: bash
$ meson build_dir -Ddoc=enabled
$ meson configure build_dir -Ddoc=enabled
$ ninja -C build_dir doc
Tarball
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment