diff options
-rw-r--r-- | INSTALL.md | 9 |
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). |