Create README.md

This commit is contained in:
Colton G. Rushton 2022-06-18 15:11:17 -03:00 committed by GitHub
parent faa413eb0e
commit 2bf742a691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# agbcc
A fork of gcc 2.95.1 that allows for compilation of Game Boy Advance games.
To build, simply run:
`./build.sh`
To install, simply run:
`./install.sh`
You'll now have a working compiler with which you can build your Game Boy Advance game.