doc: add the iasl dependence

add the the necessary tools

Signed-off-by: Shixiong Zhang <shixiongx.zhang@intel.com>
This commit is contained in:
Shixiong Zhang 2020-09-23 23:20:59 -04:00 committed by David Kinder
parent c06948a8a4
commit 40b3d719d9
2 changed files with 13 additions and 1 deletions

View File

@ -79,8 +79,16 @@ Install the necessary tools for the following systems:
libblkid-dev \
e2fslibs-dev \
pkg-config \
libnuma-dev
libnuma-dev \
liblz4-tool \
flex \
bison
$ sudo pip3 install kconfiglib
$ wget https://acpica.org/sites/acpica/files/acpica-unix-20191018.tar.gz
$ tar zxvf acpica-unix-20191018.tar.gz
$ cd acpica-unix-20191018
$ make clean && make iasl && make install
.. note::
ACRN requires ``gcc`` version 7.3.* (or higher) and ``binutils`` version

View File

@ -154,6 +154,10 @@ Build the ACRN Hypervisor on Ubuntu
bison
$ sudo pip3 install kconfiglib
$ wget https://acpica.org/sites/acpica/files/acpica-unix-20191018.tar.gz
$ tar zxvf acpica-unix-20191018.tar.gz
$ cd acpica-unix-20191018
$ make clean && make iasl && make install
#. Get the ACRN source code: