diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-25 21:37:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 21:37:07 -0400 |
commit | f11bca0db09b9e7f7514f5033fe6c31b6efd05e2 (patch) | |
tree | e125a9c81e9c782c4c73f95c097ac736bd73a071 | |
parent | f08350ee4d2b7568fba5a1b72eb7278812f7adcc (diff) | |
parent | f11260114ed5e20b8d1cbff8973874de3d588434 (diff) |
Merge pull request #23 from red031000/master
add libpng as a listed dependency
-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. |