aboutsummaryrefslogtreecommitdiff
path: root/Documentation/lessons
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-02-17 16:31:24 +0100
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2019-02-18 13:36:09 +0000
commit1e411a6402d82207f9d28d5bf274ee15643644ea (patch)
tree5255e51020ad41bf205d53a3301069f73b9653c4 /Documentation/lessons
parent67100b414799c7b90c42d506de4ababdfb47119b (diff)
Documentation/lesson1: Update references to compiler packages
Change-Id: Ie9daa70c56552cccfe28e9a4903f87d43221375e Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/31447 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Documentation/lessons')
-rw-r--r--Documentation/lessons/lesson1.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/lessons/lesson1.md b/Documentation/lessons/lesson1.md
index e6ff237ab5..2ca25b3b25 100644
--- a/Documentation/lessons/lesson1.md
+++ b/Documentation/lessons/lesson1.md
@@ -8,7 +8,7 @@ Download, configure, and build coreboot
---------------------------------------
### Step 1 - Install tools and libraries needed for coreboot
- $ sudo apt-get install -y bison build-essential curl flex git gnat-5 libncurses5-dev m4 zlib1g-dev
+ $ sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev
### Step 2 - Download coreboot source tree
$ git clone https://review.coreboot.org/coreboot
@@ -99,8 +99,9 @@ required installed by default.
on some Ubuntu flavors, and not on others.
* `git` is needed to download coreboot from the coreboot git repository.
* `libncurses5-dev` is needed to build the menu for 'make menuconfig'
-* `m4, bison, curl, flex, gnat-5, zlib1g-dev` are needed to build the coreboot
-toolchain.
+* `m4, bison, curl, flex, zlib1g-dev, gcc, gnat` and `g++` or `clang`
+are needed to build the coreboot toolchain. `gcc` and `gnat` have to be
+of the same version.
If you started with a different distribution, you might need to install many
other items which vary by distribution.