mirror of
https://github.com/pret/agbcc.git
synced 2026-09-14 21:45:29 -05:00
Merge 914aa243fc into c2e57ee044
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.
|
||||
|
||||
To clean your build directory, simply run:
|
||||
`./clean.sh`
|
||||
|
||||
and your compiler will be ready for another compile
|
||||
Reference in New Issue
Block a user