Added build instructions.

This commit is contained in:
Oliver Schmidt 2020-05-13 00:44:25 +02:00 committed by GitHub
parent 369c3a0d70
commit 5b8cef3f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# Stream-PDM
Stream Pulse-Density-Modulation Sound on the Apple II
To built Stream-PDM:
* Get [cc65](https://cc65.github.io/)
* Get [IP65](https://github.com/cc65/ip65/wiki) and place it in a subdirectory `ip65`
* Enter `cl65 -t apple2enh -Or -I ip65 -D SINGLE_SOCKET stream-pdm.c stream.s w5100_http.c w5100.c linenoise.c ip65/ip65.lib ip65/ip65_apple2.lib`