Getting Started Guide: update build dependencies and tools

Add some basic development tools needed to build the ACRN project.
These were not specifically called out (although most likely
already installed in any development system).

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2018-06-22 13:57:09 +02:00 committed by David Kinder
parent 4de9e1b4c0
commit 5892b98dbd

View File

@ -392,7 +392,9 @@ each with their own way to install development tools:
.. code-block:: console
$ sudo apt install git \
$ sudo apt install gcc \
git \
make \
gnu-efi \
libssl-dev \
libpciaccess-dev \
@ -414,6 +416,9 @@ each with their own way to install development tools:
.. code-block:: console
$ sudo dnf install gcc \
git \
make \
findutils \
gnu-efi-devel \
libuuid-devel \
openssl-devel \
@ -432,6 +437,8 @@ each with their own way to install development tools:
.. code-block:: console
$ sudo yum install gcc \
git \
make \
gnu-efi-devel \
libuuid-devel \
openssl-devel \