summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-03-04 14:43:07 -0500
committeryenatch <yenatch@gmail.com>2018-03-04 14:43:07 -0500
commitd277db0a35b726dfa744466c36aa3e7c8502bf08 (patch)
tree73a406a775646ce66909a9935281bc72fc42c340
parent78c2f647945781b71e3867441e4626b93b2a35a3 (diff)
Mac install instructions
-rw-r--r--INSTALL.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 48ec407f7..e623ca4d1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -20,6 +20,15 @@ To build **pokeruby.gba**:
make
+# Mac
+
+In **Terminal**, run the following command:
+
+ xcode-select --install
+
+Then follow the Linux instructions.
+
+
# Windows
Install [**devkitARM**](http://devkitpro.org/wiki/Getting_Started/devkitARM) to the default directory (C:/devkitpro).