summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-09 13:09:19 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-09 13:09:19 -0400
commitd23c7d311ba5f7b87ac111e4e66aec1674afc0ea (patch)
treed194343e5ba99924e4915a8f817ed5dce0d00ee6
parentd6b4d8df68f5a426f5948c4003ba2e1a2632c0c5 (diff)
parente1c517d34810fe83865e896a23e46a2ea089261f (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond into pikalax_work
-rw-r--r--INSTALL.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2d42c2b8..ca080afb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -20,15 +20,13 @@ Building the ROM requires the following packages:
* make
* git
-* build-essentials
+* build-essentials (build-essential on Ubuntu)
* binutils-arm-none-eabi
* wine (to run the mwcc executables)
-* libpng-devel
+* libpng-devel (libpng-dev on Ubuntu)
NOTE: If you are using Arch/Manjaro or Void you will only need base-devel instead of build-essentials or make or git. You will still need wine.
-Also, if you are using WSL on Windows, please pass NOWINE=1 when compiling, and wine is not necessary for a WSL environment.
-
#### Windows
Before following the respective guides, please install devkitARM and ensure the DEVKITPRO and DEVKITARM variables are added to bashrc such that: