diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 08:30:44 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 08:30:44 -0400 |
commit | eb0b544c0678a0e601686fc32b6019b4e893d5f9 (patch) | |
tree | bdb1765edc0c10ec83f02ded9e9c478d01e241a4 | |
parent | fc0f4d2c89040c868df82d0da5bfdfc492ea05d4 (diff) | |
parent | f11bca0db09b9e7f7514f5033fe6c31b6efd05e2 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond into pikalax_work
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ Building the ROM requires the following packages: * build-essentials * binutils-arm-none-eabi * wine (to run the mwcc executables) +* libpng-devel 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. @@ -41,6 +42,7 @@ You will still require the following packages: * make * git * build-essentials +* libpng-devel Install them using either the Cygwin package manager or using pacman on Msys2. |