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.
This commit is contained in:
parent
6dec974cc3
commit
81679f2408
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user