From 99e41c279b456795dbb6cba313a0ad99e6b02cfb Mon Sep 17 00:00:00 2001 From: Tonny Tzeng Date: Mon, 8 Jun 2020 19:13:17 +0800 Subject: [PATCH] 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 --- doc/tutorials/setup_openstack_libvirt.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/setup_openstack_libvirt.rst b/doc/tutorials/setup_openstack_libvirt.rst index 360ea120e..7a3098ccf 100644 --- a/doc/tutorials/setup_openstack_libvirt.rst +++ b/doc/tutorials/setup_openstack_libvirt.rst @@ -176,7 +176,9 @@ Set up libvirt 1. Install the required packages:: $ 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::