docs: fix compilation instructions to use separate build dir

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-07-17 10:50:22 +01:00
parent 0dcf9562e2
commit a4da0b2ac6

View File

@ -76,7 +76,8 @@ $ <b>sudo</b> <i>make install</i></pre>
</p>
<pre>
$ ./autogen.sh --prefix=$HOME/usr
$ mkdir build &amp;&amp; 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 &amp;&amp; cd build
$ ../autogen.sh --system
$ make
</pre>