Added missing deps.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 2s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 2s
This commit is contained in:
parent
a84972e960
commit
e7be4296c5
|
@ -18,14 +18,14 @@ But as always, feel free to extend it for your specific needs or contribute a fi
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* make + wget + tar + dos2unix
|
* make + wget + tar + awk + grep + dos2unix
|
||||||
* sdcc
|
* sdcc
|
||||||
* openmsx
|
* openmsx
|
||||||
* ffmpeg
|
* ffmpeg
|
||||||
|
|
||||||
For debian use;
|
For debian use;
|
||||||
|
|
||||||
apt-get install make wget tar dos2unix sdcc openmsx ffmpeg
|
apt-get install make wget tar gawk grep dos2unix sdcc openmsx ffmpeg
|
||||||
|
|
||||||
## Usage Classic
|
## Usage Classic
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue