summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-05-20 12:43:52 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-05-20 17:19:00 -0500
commite5ee05dc0df76778017b579af3b012afca1da1d8 (patch)
tree31b41511214403e436cbad337b35664554fb0bf1 /contrib
parentc0d53e176bae0eb2f108ff6661ab511ee26f6218 (diff)
downloadlibpng-e5ee05dc0df76778017b579af3b012afca1da1d8.tar.gz
Imported from libpng-1.2.37beta03.tarv1.2.37beta03
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pngminim/decoder/README6
-rw-r--r--contrib/pngminim/encoder/README4
-rw-r--r--contrib/pngminim/preader/README5
3 files changed, 11 insertions, 4 deletions
diff --git a/contrib/pngminim/decoder/README b/contrib/pngminim/decoder/README
index 981b60b1f..a656e0b93 100644
--- a/contrib/pngminim/decoder/README
+++ b/contrib/pngminim/decoder/README
@@ -1,7 +1,9 @@
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
-To build a minimal read-only decoder, run
+To build a minimal read-only decoder with embedded libpng and zlib, run
gather.sh # to collect needed files from pngminus, libpng, and zlib
make
-
+
+If you prefer to use the shared libraries, go to contrib/pngminus
+and build the png2pnm application there.
diff --git a/contrib/pngminim/encoder/README b/contrib/pngminim/encoder/README
index 3a44f13b1..2285544f4 100644
--- a/contrib/pngminim/encoder/README
+++ b/contrib/pngminim/encoder/README
@@ -1,7 +1,9 @@
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
-To build a minimal write-only encoder, run
+To build a minimal write-only decoder with embedded libpng and zlib, run
gather.sh # to collect needed files from pngminus, libpng, and zlib
make
+If you prefer to use the shared libraries, go to contrib/pngminus
+and build the pnm2png application there.
diff --git a/contrib/pngminim/preader/README b/contrib/pngminim/preader/README
index 33239dd0e..377d641ad 100644
--- a/contrib/pngminim/preader/README
+++ b/contrib/pngminim/preader/README
@@ -1,6 +1,7 @@
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
-To build a minimal read-only progressive decoder with X display, run
+To build a minimal read-only progressive decoder embedded libpng and
+zlib and with your system's X library, run
gather.sh # to collect needed files from gregbook, libpng, and zlib
@@ -9,3 +10,5 @@ then
make
+If you prefer to use the shared libraries, go to contrib/gregbook
+and build the rpng2-x application there.