mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-05 19:47:48 +00:00
doc: add dependencies for building the acrn-libvirt independently
This commit adds the required dependencies for building the acrn-libvirt from source. The missing packages were installed for building the ACRN source code, it's no harm to `apt install` the packages if they are already installed, but this commit make the build of acrn-libvirt independently. Tracked-On: #4910 Signed-off-by: Tonny Tzeng <tonny.tzeng@intel.com>
This commit is contained in:
parent
db690e0967
commit
99e41c279b
@ -176,7 +176,9 @@ Set up libvirt
|
|||||||
1. Install the required packages::
|
1. Install the required packages::
|
||||||
|
|
||||||
$ sudo apt install libdevmapper-dev libnl-route-3-dev libnl-3-dev python \
|
$ sudo apt install libdevmapper-dev libnl-route-3-dev libnl-3-dev python \
|
||||||
automake autoconf autopoint libtool xsltproc libxml2-utils gettext
|
automake autoconf autopoint libtool xsltproc libxml2-utils gettext \
|
||||||
|
libxml2-dev libpciaccess-dev
|
||||||
|
|
||||||
|
|
||||||
2. Download libvirt/ACRN::
|
2. Download libvirt/ACRN::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user