diff options
author | yenatch <yenatch@gmail.com> | 2018-03-04 14:43:07 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-03-04 14:43:07 -0500 |
commit | d277db0a35b726dfa744466c36aa3e7c8502bf08 (patch) | |
tree | 73a406a775646ce66909a9935281bc72fc42c340 | |
parent | 78c2f647945781b71e3867441e4626b93b2a35a3 (diff) |
Mac install instructions
-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). |