From 8c12e857d9af7efa9e2fd2f2a9ca990cfc0a132d Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 23 Apr 2020 20:33:23 +0100 Subject: add libpng as a listed dependency --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3 From a7dd871d585d2412cd37c56c410a80b1d546deea Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 23 Apr 2020 20:40:40 +0100 Subject: libpng-devel --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 5820b715..c4f62a60 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. -- cgit v1.2.3