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:
Liu, Xinwu 2018-07-19 13:55:46 +08:00 committed by lijinxia
parent a4aed4535a
commit 42c77e4cf4
3 changed files with 13 additions and 3 deletions

View File

@ -405,7 +405,9 @@ each with their own way to install development tools:
libxml2-dev \ libxml2-dev \
libusb-1.0-0-dev \ libusb-1.0-0-dev \
python3 \ python3 \
python3-pip python3-pip \
libblkid-dev \
e2fslibs-dev
$ sudo pip3 install kconfiglib $ sudo pip3 install kconfiglib
.. note:: .. note::
@ -429,7 +431,9 @@ each with their own way to install development tools:
libevent-devel \ libevent-devel \
libusbx-devel \ libusbx-devel \
python3 \ python3 \
python3-pip python3-pip \
libblkid-devel \
e2fsprogs-devel
$ sudo pip3 install kconfiglib $ sudo pip3 install kconfiglib
@ -449,7 +453,9 @@ each with their own way to install development tools:
libevent-devel \ libevent-devel \
libusbx-devel \ libusbx-devel \
python34 \ python34 \
python34-pip python34-pip \
libblkid-devel \
e2fsprogs-devel
$ sudo pip3 install kconfiglib $ sudo pip3 install kconfiglib
.. note:: .. note::

View File

@ -26,6 +26,8 @@ The ``ACRN-Crashlog`` tool depends on the following libraries
- libxml2 - libxml2
- systemd - systemd
- telemetrics-client-dev (optional, detected at build time) - telemetrics-client-dev (optional, detected at build time)
- libblkid
- e2fsprogs
Refer to the :ref:`getting_started` for instructions on how to set-up your 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 build environment, and follow the instructions below to build and configure the

View File

@ -160,6 +160,8 @@ Source files
command line. command line.
- android_events.c - android_events.c
Sync events detected by android crashlog. Sync events detected by android crashlog.
- loop.c
This file provides interfaces to read from image.
Configuration files Configuration files
******************* *******************