From 109f4e6d90f2a750849eb5f6d53a1f74b07d415d Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Tue, 23 Mar 2021 13:04:34 +0100 Subject: [PATCH] doc: add 'libxml2-utils' to the list of build dependencies The ACRN buid system uses 'xmllint' which is provided by the 'libxml2-utils' package on Ubuntu. This patch adds it to the list of build and development packages to be installed on the build system to succesfully build ACRN. Tracked-On: #5861 Signed-off-by: Geoffroy Van Cutsem --- doc/getting-started/building-from-source.rst | 1 + doc/getting-started/roscube/roscube-gsg.rst | 2 +- doc/getting-started/rt_industry_ubuntu.rst | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/getting-started/building-from-source.rst b/doc/getting-started/building-from-source.rst index 30336e50f..c8313fd75 100644 --- a/doc/getting-started/building-from-source.rst +++ b/doc/getting-started/building-from-source.rst @@ -66,6 +66,7 @@ ACRN. libsystemd-dev \ libevent-dev \ libxml2-dev \ + libxml2-utils \ libusb-1.0-0-dev \ python3 \ python3-pip \ diff --git a/doc/getting-started/roscube/roscube-gsg.rst b/doc/getting-started/roscube/roscube-gsg.rst index eae9ed37b..1ec2726b2 100644 --- a/doc/getting-started/roscube/roscube-gsg.rst +++ b/doc/getting-started/roscube/roscube-gsg.rst @@ -92,7 +92,7 @@ Set Up Environment sudo apt update sudo apt install -y gcc git make gnu-efi libssl-dev libpciaccess-dev \ - uuid-dev libsystemd-dev libevent-dev libxml2-dev \ + uuid-dev libsystemd-dev libevent-dev libxml2-dev libxml2-utils \ libusb-1.0-0-dev python3 python3-pip libblkid-dev \ e2fslibs-dev pkg-config libnuma-dev liblz4-tool flex bison sudo pip3 install kconfiglib diff --git a/doc/getting-started/rt_industry_ubuntu.rst b/doc/getting-started/rt_industry_ubuntu.rst index 69fd6935f..c1d2ed0de 100644 --- a/doc/getting-started/rt_industry_ubuntu.rst +++ b/doc/getting-started/rt_industry_ubuntu.rst @@ -152,6 +152,7 @@ Build the ACRN Hypervisor on Ubuntu libsystemd-dev \ libevent-dev \ libxml2-dev \ + libxml2-utils \ libusb-1.0-0-dev \ python3 \ python3-pip \