From 40b3d719d972cc246cbf602e83a87290b3bdda08 Mon Sep 17 00:00:00 2001 From: Shixiong Zhang Date: Wed, 23 Sep 2020 23:20:59 -0400 Subject: [PATCH] doc: add the iasl dependence add the the necessary tools Signed-off-by: Shixiong Zhang --- doc/getting-started/building-from-source.rst | 10 +++++++++- doc/getting-started/rt_industry_ubuntu.rst | 4 ++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/getting-started/building-from-source.rst b/doc/getting-started/building-from-source.rst index ceb99c84a..76ea7a344 100644 --- a/doc/getting-started/building-from-source.rst +++ b/doc/getting-started/building-from-source.rst @@ -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 diff --git a/doc/getting-started/rt_industry_ubuntu.rst b/doc/getting-started/rt_industry_ubuntu.rst index 095fa77e9..3d181960e 100644 --- a/doc/getting-started/rt_industry_ubuntu.rst +++ b/doc/getting-started/rt_industry_ubuntu.rst @@ -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: