Apple ][ Helper

This commit is contained in:
2021-07-30 21:53:27 -04:00
commit c1c8a0a2eb
8 changed files with 87 additions and 0 deletions

9
setup.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# This file sets up the build environment
cd Tools
git clone https://github.com/cc65/cc65.git
wget -O ac.jar https://github.com/AppleCommander/AppleCommander/releases/download/v1-6-0/AppleCommander-ac-1.6.0.jar
cd cc65
make -j4
cd ../..