summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-15 12:11:34 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-15 12:11:34 -0500
commit6d47a7dda740d944bba2f3984f4c51ce5e3e590b (patch)
treef1b0c84eac7277df9dee9d17c79943ed43804bd6
parentb6c1fbf1c36830083b19830a88cae4aa0effbd25 (diff)
Yoink dkA install instructions from Emerald
-rw-r--r--INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index fcc4601ac..78ed7d0c2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -15,6 +15,14 @@ Make sure that the `build-essential`, `git`, and `libpng-dev` packages are insta
In the case of Cygwin, [include](https://cygwin.com/cygwin-ug-net/setup-net.html#setup-packages) the `make`, `git`, `gcc-core`, `gcc-g++`, and `libpng-devel` packages.
+Install the **devkitARM** toolchain of [devkitPro](https://devkitpro.org/wiki/Getting_Started) and add its environment variables. For Windows versions without the Linux subsystem, the devkitPro [graphical installer](https://github.com/devkitPro/installer/releases) includes a preconfigured MSYS2 environment, thus the steps below are not required.
+
+ sudo (dkp-)pacman -S gba-dev
+ export DEVKITPRO=/opt/devkitpro
+ echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc
+ export DEVKITARM=$DEVKITPRO/devkitARM
+ echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc
+
## Installation