Skip to content

Commit 5892b98

Browse files
Geoffroy Van Cutsemdbkinder
authored andcommitted
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>
1 parent 4de9e1b commit 5892b98

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/getting_started/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,9 @@ each with their own way to install development tools:
392392

393393
.. code-block:: console
394394
395-
$ sudo apt install git \
395+
$ sudo apt install gcc \
396+
git \
397+
make \
396398
gnu-efi \
397399
libssl-dev \
398400
libpciaccess-dev \
@@ -414,6 +416,9 @@ each with their own way to install development tools:
414416
.. code-block:: console
415417
416418
$ sudo dnf install gcc \
419+
git \
420+
make \
421+
findutils \
417422
gnu-efi-devel \
418423
libuuid-devel \
419424
openssl-devel \
@@ -432,6 +437,8 @@ each with their own way to install development tools:
432437
.. code-block:: console
433438
434439
$ sudo yum install gcc \
440+
git \
441+
make \
435442
gnu-efi-devel \
436443
libuuid-devel \
437444
openssl-devel \

0 commit comments

Comments
 (0)