mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-30 15:06:49 +00:00
doc: add the iasl dependence
add the the necessary tools Signed-off-by: Shixiong Zhang <shixiongx.zhang@intel.com>
This commit is contained in:
parent
c06948a8a4
commit
40b3d719d9
@ -79,8 +79,16 @@ Install the necessary tools for the following systems:
|
|||||||
libblkid-dev \
|
libblkid-dev \
|
||||||
e2fslibs-dev \
|
e2fslibs-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libnuma-dev
|
libnuma-dev \
|
||||||
|
liblz4-tool \
|
||||||
|
flex \
|
||||||
|
bison
|
||||||
|
|
||||||
$ sudo pip3 install kconfiglib
|
$ 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::
|
.. note::
|
||||||
ACRN requires ``gcc`` version 7.3.* (or higher) and ``binutils`` version
|
ACRN requires ``gcc`` version 7.3.* (or higher) and ``binutils`` version
|
||||||
|
@ -154,6 +154,10 @@ Build the ACRN Hypervisor on Ubuntu
|
|||||||
bison
|
bison
|
||||||
|
|
||||||
$ sudo pip3 install kconfiglib
|
$ 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:
|
#. Get the ACRN source code:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user