From d2016be48dde90354c58c6ead88f7b8a53cc560e Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 21 Mar 2014 12:03:01 -0500 Subject: [PATCH] [libpng15] Mention scripts/pnglibconf.h.prebuilt in INSTALL. --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 9d505c825..b116f4238 100644 --- a/INSTALL +++ b/INSTALL @@ -52,6 +52,7 @@ III. Using scripts/makefile* Instead, you can use one of the custom-built makefiles in the "scripts" directory + cp scripts/pnglibconf.h.prebuilt pnglibconf.h cp scripts/makefile.system makefile make test make install @@ -155,7 +156,9 @@ Copy the file (or files) that you need from the scripts directory into this directory, for example MSDOS example: copy scripts\makefile.msc makefile - UNIX example: cp scripts/makefile.std makefile + copy scripts\pnglibconf.h.prebuilt pnglibconf.h + UNIX example: cp scripts/makefile.std makefile + cp scripts/pnglibconf.h.prebuilt pnglibconf.h Read the makefile to see if you need to change any source or target directories to match your preferences.