diff --git a/README.md b/README.md index e3e4aff..1293cdc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > Based on work by: > -> Weishaar, Tom. *Running without filenames*. Open-Apple Jan. 1985 Vol. 1, No. 0: p. 7 () +> Weishaar, Tom. *Running without filenames*. Open-Apple Jan. 1985 Vol. 1, No. 0: p. 7 () `c2d` early history: http://macgui.com/usenet/?group=1&id=254902#msg @@ -31,9 +31,6 @@ Download and extract. ### Build Notes -NOTE: cc65 2.13.3 required (no other version supported) -NOTE: Docker required for `make disttest`; run this once first `docker build --no-cache -t wine32 -f Dockerfile.wine32 .` - Unix/Linux: make @@ -144,10 +141,11 @@ page2text gameserverclient.text Automated testing is only supported on MacOS|OS/X and requires the following: - * Virtual ][ () -* Windows cross-compiling tools -* Wine () installed in `~/wine` (extract the tarball in `~/wine` and move the contents of `~/wine/usr` to `~/wine`, or change the path to `wine` in `tests/test.sh`). +* Windows cross-compiling tools +* Docker required for Windows binary testing; run this once first `docker build --no-cache -t wine32 -f Dockerfile.wine32 .` + +NOTE: Windows binary testing only supported on MacOS x86_64 machines. To test, type: ``` @@ -155,7 +153,6 @@ make test # MacOS|OS/X only make disttest # MacOS|OS/X and Windows make fulltest # MacOS|OS/X, Windows, and Virtual ][ ``` -> If Virtual ][ crashes while testing, just `make fulltest` again ### Bugs diff --git a/bin/c2d.exe b/bin/c2d.exe index 428f4fd..ef75920 100755 Binary files a/bin/c2d.exe and b/bin/c2d.exe differ diff --git a/bin/page2text.exe b/bin/page2text.exe index a0b8ae8..c35f3d1 100755 Binary files a/bin/page2text.exe and b/bin/page2text.exe differ diff --git a/bin/text2page.exe b/bin/text2page.exe index 00441d8..577eb73 100755 Binary files a/bin/text2page.exe and b/bin/text2page.exe differ