From 3a81956ffe942740b9e271d13bf1670340c08fc0 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 21 Mar 2014 12:47:04 -0500 Subject: [PATCH] [libpng17] Mention scripts/pnglibconf.h.prebuilt in INSTALL. --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 781f760e0..49e932919 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.