From 8815a0aa6c5a773cfc595f66d75121ee7bd3b3c6 Mon Sep 17 00:00:00 2001 From: Jiayuan Yang Date: Tue, 16 Jul 2024 23:51:48 -0400 Subject: [PATCH] doc: Specify elementpath and xmlschema version In the newer version of elementpath and xmlschema, some camera releated feature are missing, thus we need to specify them. Signed-off-by: Jiayuan Yang --- doc/getting-started/getting-started.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index cfe5f7369..3eed7f051 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -119,8 +119,9 @@ To set up the ACRN build environment on the development computer: xsltproc clang-format bc libpixman-1-dev libsdl2-dev libegl-dev \ libgles-dev libdrm-dev gnu-efi libelf-dev liburing-dev \ build-essential git-buildpackage devscripts dpkg-dev equivs lintian \ - apt-utils pristine-tar dh-python python3-lxml python3-defusedxml \ - python3-tqdm python3-xmlschema python3-elementpath acpica-tools + apt-utils pristine-tar dh-python acpica-tools + sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.9.2" defusedxml tqdm + #. Get the ACRN hypervisor and ACRN kernel source code, and check out the current release branch.