From 1e411a6402d82207f9d28d5bf274ee15643644ea Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 17 Feb 2019 16:31:24 +0100 Subject: Documentation/lesson1: Update references to compiler packages Change-Id: Ie9daa70c56552cccfe28e9a4903f87d43221375e Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/31447 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Arthur Heymans --- Documentation/lessons/lesson1.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Documentation/lessons') 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. -- cgit v1.2.3