From 81679f2408a612e3eb48ac91d35d4487f732c9d7 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sat, 19 Sep 2020 23:31:27 +0200 Subject: [PATCH] README: Fix dependencies (thanks Ingo Struck) As noticed by @istr in https://github.com/JehanneOS/devtools/pull/7#issuecomment-695191823 the README was missing a few dependencies required to build Jehanne in Debian buster. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b13a71..f7f2d9a 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ The running system also includes supplemental folders like `/lib`, To build Jehanne and play with it, you need to have git, golang, qemu, gcc, binutils and bison installed. -For example on Debian GNU/Linux you should be able to get going with +For example on Debian GNU/Linux 10 you should be able to get going with - sudo aptitude install git golang build-essential flex bison qemu-system autoconf + sudo apt-get install git golang build-essential flex bison qemu-system autoconf autoconf-archive curl automake-1.15 After the repository clone, you can give a look with