summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1ffc5c59..c4f62a60 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-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.