mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
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:
parent
4de9e1b4c0
commit
5892b98dbd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user