From a079a69b7c717500850e286d68a809fb13331b0a Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sat, 22 Oct 2016 14:13:19 -0600 Subject: [PATCH] Add a note about installing libpng. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 45412316..3678235e 100644 --- a/README +++ b/README @@ -17,6 +17,15 @@ more like other UNIX tools. Installing RGBDS (UNIX) ========================= +RGBDS requires libpng and pkg-config to be installed. + +On Mac OS X, install them with [Homebrew](http://brew.sh/). On other Unixes, +use the built-in package manager. + +You can test if they're installed by running "pkg-config --cflags libpng": +if the output is a path, then you're good, and if it outputs an error then +you need to install them via a package manager. + To build the programs on a UNIX or UNIX-like system, just run in your terminal: make