Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83156?usp=email )
Change subject: tutorial/part1.md: Remove explicit install of 'm4' ......................................................................
tutorial/part1.md: 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 --- M Documentation/tutorial/part1.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/83156/1
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 35aee43..015c75c 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -30,7 +30,7 @@
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`