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 <chenli.wei@intel.com>
This commit is contained in:
Chenli Wei 2022-05-05 11:04:08 +08:00 committed by David Kinder
parent 1f20d5e7a0
commit 288c6853f4

View File

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