aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martínez <jjm@usebox.net>2021-10-31 11:29:21 +0000
committerJuan J. Martínez <jjm@usebox.net>2021-10-31 11:29:21 +0000
commit7f2b1401be7f60e3e6ed3064bafd2a7859af9e0d (patch)
treedc6ac238776915844c70de4400472e079fadf771 /README.md
parent61e8f78ee6b2c9495ff9b20c57c44ed5e4b5f891 (diff)
parenta4d6d71612f38c8e164449971855fdde7976b3be (diff)
downloadubox-msx-lib-7f2b1401be7f60e3e6ed3064bafd2a7859af9e0d.tar.gz
ubox-msx-lib-7f2b1401be7f60e3e6ed3064bafd2a7859af9e0d.zip
Merge branch 'sdcc-versions' into 'master'
SDCC versions and support for current snapshots See merge request reidrac/ubox-msx-lib!17
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86d7152..903184b 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,19 @@ deep knowledge of the system.
## Requirements
- - SDCC (3.9.0 or later recommended)
- GNU Make (others may work)
- a POSIX compatible environment
+The [SDCC](http://sdcc.sourceforge.net/) compiler is also needed. Check the
+following table for some hints on compatibility.
+
+| Version | Compatible | Comments |
+| --- | --- | --- |
+| 3.9.0 | yes | - |
+| 4.0.0 | yes | - |
+| 4.1.0 | no | At least on Linux amd64 it generates broken Z80 code |
+| sdcc-20211031-12748 | yes | Needs option in `config.env`, edit the file for details |
+
If you want to build the example you will also need:
- python 3