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:
Tonny Tzeng 2020-06-08 19:13:17 +08:00 committed by David Kinder
parent db690e0967
commit 99e41c279b
1 changed files with 3 additions and 1 deletions

View File

@ -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::