You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Elizabeth Cray b16f7c9464
License
2 years ago
Example Apple ][ Helper 2 years ago
Library Apple ][ Helper 2 years ago
Tools Apple ][ Helper 2 years ago
.gitignore Apple ][ Helper 2 years ago
LICENSE License 2 years ago
Makefile Apple ][ Helper 2 years ago
README.md Apple ][ Helper 2 years ago
setup.sh Apple ][ Helper 2 years ago

README.md

Applesauce

Apple ][ C compiler helper built on top of cc65

Getting Started

I wrote a script setup.sh to pull the required files and get your build environment ready.

Just be sure to have the following packages already instaled on your system:

build-essential make git openjdk-11-jdk

Building

The Directory tree should look like this (replace Project with your project's name):

Project
 ⌞ Project.c

Then from the main project directory (where the Makefile is located) run:

make PROJECT=Project