From 288c6853f44d54dfea67252c307913baec95f2f3 Mon Sep 17 00:00:00 2001 From: Chenli Wei Date: Thu, 5 May 2022 11:04:08 +0800 Subject: [PATCH] doc: fix the make configurator fails issue The current code need python3.8-venv to build some modules, so we should add these requirement to "Getting Started Guide". This patch modify the getting-started.rst to generate new guide. Signed-off-by: Chenli Wei --- doc/getting-started/getting-started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index c43c77af6..6d1acd55f 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -132,6 +132,7 @@ To set up the ACRN build environment on the development computer: libusb-1.0-0-dev \ python3 \ python3-pip \ + python3.8-venv \ libblkid-dev \ e2fslibs-dev \ pkg-config \