From: Tim Small Date: Thu, 13 Jul 2023 11:00:04 +0000 (+0100) Subject: docs: Reword ninja invocation note to clarify build directory X-Git-Tag: v9.6.0-rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b247b908e50534a8450909f87bb3f0216a9ff7;p=thirdparty%2Flibvirt.git docs: Reword ninja invocation note to clarify build directory Minor rewording to clarify purpose of the -C flag in the ninja invocation, whilst retaining previous meaning. Signed-off-by: Tim Small Reviewed-by: Michal Privoznik --- diff --git a/docs/compiling.rst b/docs/compiling.rst index c03238b114..800264d2f9 100644 --- a/docs/compiling.rst +++ b/docs/compiling.rst @@ -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: