From 2bf742a691757e43b9aa1bbdff322ea2a06debb8 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Sat, 18 Jun 2022 15:11:17 -0300 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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.