mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-03 18:04:25 +00:00
Documentation: add needed library for acrnprobe
Two packages are needed in compiling environment with replacing commands fdisk and debugfs. On clear linux, they belong to os-core-dev. Signed-off-by: Liu, Xinwu <xinwu.liu@intel.com> Acked-by: Chen Gang <gang.c.chen@intel.com> Acked-by: Yang Ailin <ailin.yang@intel.com>
This commit is contained in:
@@ -405,7 +405,9 @@ each with their own way to install development tools:
|
||||
libxml2-dev \
|
||||
libusb-1.0-0-dev \
|
||||
python3 \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
libblkid-dev \
|
||||
e2fslibs-dev
|
||||
$ sudo pip3 install kconfiglib
|
||||
|
||||
.. note::
|
||||
@@ -429,7 +431,9 @@ each with their own way to install development tools:
|
||||
libevent-devel \
|
||||
libusbx-devel \
|
||||
python3 \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
libblkid-devel \
|
||||
e2fsprogs-devel
|
||||
$ sudo pip3 install kconfiglib
|
||||
|
||||
|
||||
@@ -449,7 +453,9 @@ each with their own way to install development tools:
|
||||
libevent-devel \
|
||||
libusbx-devel \
|
||||
python34 \
|
||||
python34-pip
|
||||
python34-pip \
|
||||
libblkid-devel \
|
||||
e2fsprogs-devel
|
||||
$ sudo pip3 install kconfiglib
|
||||
|
||||
.. note::
|
||||
|
Reference in New Issue
Block a user