diff options
author | red031000 <rubenru09@aol.com> | 2020-04-23 20:40:40 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-04-23 20:40:40 +0100 |
commit | a7dd871d585d2412cd37c56c410a80b1d546deea (patch) | |
tree | 55c5fbb3f636e59fb068a426a870f0977272c1c7 | |
parent | 8c12e857d9af7efa9e2fd2f2a9ca990cfc0a132d (diff) |
libpng-devel
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ Building the ROM requires the following packages: * build-essentials * binutils-arm-none-eabi * wine (to run the mwcc executables) -* libpng +* 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. @@ -42,7 +42,7 @@ You will still require the following packages: * make * git * build-essentials -* libpng +* libpng-devel Install them using either the Cygwin package manager or using pacman on Msys2. |