From 5b8cef3f9458f86dfcf56fdb8962221fd5ed347c Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 13 May 2020 00:44:25 +0200 Subject: [PATCH] Added build instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe453a3..475e35d 100644 --- a/README.md +++ b/README.md @@ -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` +