mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
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:
parent
0dcf9562e2
commit
a4da0b2ac6
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user