diff options
author | red031000 <rubenru09@aol.com> | 2020-04-23 20:33:23 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-04-23 20:33:23 +0100 |
commit | 8c12e857d9af7efa9e2fd2f2a9ca990cfc0a132d (patch) | |
tree | ca15ccc3468a861e8d26f4f597f13aac17171b29 | |
parent | 534e5b6a9081df7981c505a59572c6af0e923911 (diff) |
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 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 Install them using either the Cygwin package manager or using pacman on Msys2. |