Cleanup of path variables.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
This commit is contained in:
parent
5ce923b3fb
commit
230331d9a5
6 changed files with 8 additions and 23 deletions
15
README.md
15
README.md
|
|
@ -29,26 +29,23 @@ The files in this repro try to handle these steps for you.
|
|||
|
||||
## Dependencies
|
||||
|
||||
* make
|
||||
* openmsx
|
||||
* make + wget + tar + dos2unix
|
||||
* sdcc
|
||||
* wget
|
||||
* unix2dos
|
||||
* openmsx
|
||||
|
||||
For debian use;
|
||||
|
||||
apt-get install make openmsx wget dos2unix sdcc
|
||||
apt-get install make wget tar dos2unix sdcc openmsx
|
||||
|
||||
## Usage
|
||||
|
||||
Include the `lib/make/msxbuild.mk` file from your Makefile.
|
||||
And override the required paths;
|
||||
And override the paths if needed;
|
||||
* PATH_SDCC ?= /usr/bin
|
||||
* PATH_UNIX2DOS ?= /usr/bin
|
||||
* PATH_OPENMSX ?= /usr/bin
|
||||
* PATH_MSXBUILD ?= /opt/msxbuild
|
||||
|
||||
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
|
||||
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
|
||||
|
||||
When you want to see whats happening do a debug run;
|
||||
|
||||
normal run;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue