aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pngminim/encoder/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pngminim/encoder/README')
-rw-r--r--contrib/pngminim/encoder/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/pngminim/encoder/README b/contrib/pngminim/encoder/README
new file mode 100644
index 0000000..4a68fc8
--- /dev/null
+++ b/contrib/pngminim/encoder/README
@@ -0,0 +1,6 @@
+This demonstrates the use of PNG_USER_CONFIG and pngusr.h
+
+To build a minimal write-only encoder, run
+ gather.sh # to collect needed files from pngminus, libpng, and zlib
+ make -f makefile.std
+