summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 041f6b8e9..fcdd8b655 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -66,6 +66,14 @@ cd ../pokeemerald
And build the ROM with `make`.
+If the step `./build.sh` in the above list of commands fails with the error `Makefile:1: /opt/devkitpro/devkitARM/base_tools: No such file or directory`, then try installing the pacman package `devkitarm-rules` by executing the command
+
+```
+sudo dkp-pacman -S devkitarm-rules
+```
+
+Executing `./build.sh` again should now succeed.
+
# Faster builds
After the first build, subsequent builds are faster. You can further speed up the build: