Added link to hex2bin
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s

This commit is contained in:
Willem Cazander 2024-06-23 22:52:31 +02:00
parent 3075627a77
commit 216c3aba26

View file

@ -32,10 +32,14 @@ The files in this repro try to handle these steps for you.
* make * make
* openmsx * openmsx
* sdcc * sdcc
* hex2bin * hex2bin-2.5 (see [https://hex2bin.sourceforge.net/](https://hex2bin.sourceforge.net/))
* wget * wget
* unix2dos * unix2dos
For debian use;
apt-get install make openmsx wget dos2unix sdcc
## Usage ## Usage
Include the `lib/make/msxbuild.mk` file from your Makefile. Include the `lib/make/msxbuild.mk` file from your Makefile.