diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-06-22 09:26:20 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-07-09 07:31:19 +0000 |
commit | 488898702d0dabac6957f0ef3434703c79499eda (patch) | |
tree | 3a8b488b3eb33062f9ca0a95a46c00e73511667e /Documentation/tutorial | |
parent | 2c6c3dbdf8ff8812c505603b0b1afec435adc1db (diff) |
Documentation: Remove explicit install of 'm4'
Remove m4 as it will be installed automatically by flex and bison.
Change-Id: Ifb748e5aaabb96825813ddb92cf28d2ea7bdcbf9
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83156
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'Documentation/tutorial')
-rw-r--r-- | Documentation/tutorial/part1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 229c8e2d66..bba00d5f77 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -30,7 +30,7 @@ Download, configure, and build coreboot Debian based distros: `sudo apt-get install -y bison build-essential curl flex git gnat -libncurses-dev libssl-dev m4 zlib1g-dev pkg-config` +libncurses-dev libssl-dev zlib1g-dev pkg-config` Arch based distros: `sudo pacman -S base-devel curl git gcc-ada ncurses zlib` |