mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +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:
parent
a4aed4535a
commit
42c77e4cf4
@ -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::
|
||||
|
@ -26,6 +26,8 @@ The ``ACRN-Crashlog`` tool depends on the following libraries
|
||||
- libxml2
|
||||
- systemd
|
||||
- telemetrics-client-dev (optional, detected at build time)
|
||||
- libblkid
|
||||
- e2fsprogs
|
||||
|
||||
Refer to the :ref:`getting_started` for instructions on how to set-up your
|
||||
build environment, and follow the instructions below to build and configure the
|
||||
|
@ -160,6 +160,8 @@ Source files
|
||||
command line.
|
||||
- android_events.c
|
||||
Sync events detected by android crashlog.
|
||||
- loop.c
|
||||
This file provides interfaces to read from image.
|
||||
|
||||
Configuration files
|
||||
*******************
|
||||
|
Loading…
Reference in New Issue
Block a user