diff --git a/README.md b/README.md new file mode 100644 index 0000000..b39d787 --- /dev/null +++ b/README.md @@ -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.