docs: compiling: mention build dir

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>
This commit is contained in:
Ján Tomko 2021-01-29 14:21:46 +01:00
parent 63339df82b
commit 8962a857d7

View 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>