mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-06 12:06:25 +00:00
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:
parent
1f20d5e7a0
commit
288c6853f4
@ -132,6 +132,7 @@ To set up the ACRN build environment on the development computer:
|
|||||||
libusb-1.0-0-dev \
|
libusb-1.0-0-dev \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3.8-venv \
|
||||||
libblkid-dev \
|
libblkid-dev \
|
||||||
e2fslibs-dev \
|
e2fslibs-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
Loading…
Reference in New Issue
Block a user