Browse Source

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.
Giacomo Tesio 3 years ago
parent
commit
81679f2408
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
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