summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-04-23 20:33:23 +0100
committerred031000 <rubenru09@aol.com>2020-04-23 20:33:23 +0100
commit8c12e857d9af7efa9e2fd2f2a9ca990cfc0a132d (patch)
treeca15ccc3468a861e8d26f4f597f13aac17171b29
parent534e5b6a9081df7981c505a59572c6af0e923911 (diff)
add libpng as a listed dependency
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1ffc5c59..5820b715 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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.