Blame contrib/pngminim/encoder/README

Packit 0ba690
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
Packit 0ba690
Packit 0ba690
To build a minimal write-only encoder with embedded libpng and zlib, run
Packit 0ba690
Packit 0ba690
    gather.sh  # to collect needed files from pngminus, libpng, and zlib
Packit 0ba690
    make
Packit 0ba690
 
Packit 0ba690
If you prefer to use the shared libraries, go to contrib/pngminus
Packit 0ba690
and build the pnm2png application there.