[libvirt PATCH] docs: fix compilation instructions to use separate build dir

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- 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 0e12a9218e..18943a9a79 100644 --- a/docs/compiling.html.in +++ b/docs/compiling.html.in @@ -76,7 +76,8 @@ $ <b>sudo</b> <i>make install</i></pre> </p> <pre> -$ ./autogen.sh --prefix=$HOME/usr +$ mkdir build && cd build +$ ../autogen.sh --prefix=$HOME/usr $ make $ <b>sudo</b> make install</pre> @@ -88,7 +89,8 @@ $ <b>sudo</b> make install</pre> </p> <pre> -$ ./autogen.sh --system +$ mkdir build && cd build +$ ../autogen.sh --system $ make </pre> -- 2.26.2

On Fri, 2020-07-17 at 10:50 +0100, Daniel P. Berrangé wrote:
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- docs/compiling.html.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization
participants (3)
-
Andrea Bolognani
-
Daniel P. Berrangé
-
Pavel Hrdina