Adjust build instructions.

This commit is contained in:
Oliver Schmidt 2024-01-21 22:27:35 +01:00 committed by Terence Boldt
parent 56e9ebc5f3
commit 00fa246ab9
1 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,6 @@
## Building
1. Execute `assemble 1` in `/Apple2` (requires [cc65](https://cc65.github.io/) and the [ProDOS-Utilities](https://github.com/tjboldt/ProDOS-Utilities)).
1. Build the project in `/RaspberryPiPico` (requires the [Raspberry Pico C/C++ SDK](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html)).
2. Build the project in `/RaspberryPiPico` (requires the [Raspberry Pico C/C++ SDK](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html)).
3. Execute `go build` in `/RaspberryPi/apple2driver` (requires [Go](https://go.dev/)).
2. Execute `go build` in `/RaspberryPi/apple2driver` (requires [Go](https://go.dev/)).