]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: compiling: mention build dir
authorJán Tomko <jtomko@redhat.com>
Fri, 29 Jan 2021 13:21:46 +0000 (14:21 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 29 Jan 2021 15:00:56 +0000 (16:00 +0100)
Our docs have not been fully updated to reflect the separate
build directory.

Suggested-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/compiling.html.in

index c2c9d9f0edf8ca6812593ca03a4ce129e26f9129..df6074780f5d5414d7785120aaaed2e912bce119 100644 (file)
@@ -98,15 +98,17 @@ $ ninja -C build
     <pre>
 $ su -
 # service libvirtd stop  (or systemctl stop libvirtd.service)
-# /home/to/your/checkout/src/libvirtd
+# /home/to/your/checkout/build/src/libvirtd
     </pre>
 
     <p>
-      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):
     </p>
 
     <pre>
+$ pwd
+/home/to/your/checkout/build
 $ ./run ./tools/virsh ....
     </pre>
   </body>