]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Reword ninja invocation note to clarify build directory
authorTim Small <tim@seoss.co.uk>
Thu, 13 Jul 2023 11:00:04 +0000 (12:00 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 14 Jul 2023 13:19:34 +0000 (15:19 +0200)
Minor rewording to clarify purpose of the -C flag in the ninja
invocation, whilst retaining previous meaning.

Signed-off-by: Tim Small <tim@seoss.co.uk>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/compiling.rst

index c03238b114443675b49b5dca41cc3e4994a7e17f..800264d2f9cce63f29fb679befe4488ad6425e4a 100644 (file)
@@ -116,14 +116,16 @@ checked in the top level ``meson.build`` file in the ``meson_version`` field.
 Compiling the sources
 ---------------------
 
-To build the configured project run (note that ``-C build`` is a path to the
-build directory):
+Compilation can be carried out by ``ninja``:
 
 ::
 
    $ ninja -C build
 
-The ``build`` directory now contains the built binaries.
+"``build``" is the path to a directory which must match a path previously given
+to ``meson setup``.
+
+Binaries and other resulting files can be found within the build directory.
 
 Additionally you can also run the test suite: