From 8962a857d71678a7a104526e851c836e243f5c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Fri, 29 Jan 2021 14:21:46 +0100 Subject: [PATCH] docs: compiling: mention build dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our docs have not been fully updated to reflect the separate build directory. Suggested-by: Laszlo Ersek Signed-off-by: Ján Tomko Reviewed-by: Michal Privoznik --- docs/compiling.html.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/compiling.html.in b/docs/compiling.html.in index c2c9d9f0ed..df6074780f 100644 --- a/docs/compiling.html.in +++ b/docs/compiling.html.in @@ -98,15 +98,17 @@ $ ninja -C build
 $ su -
 # service libvirtd stop  (or systemctl stop libvirtd.service)
-# /home/to/your/checkout/src/libvirtd
+# /home/to/your/checkout/build/src/libvirtd
     

- It is also possible to run virsh directly from the source tree + It is also possible to run virsh directly from the build tree using the ./run script (which sets some environment variables):

+$ pwd
+/home/to/your/checkout/build
 $ ./run ./tools/virsh ....