X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=contrib%2Fpngminim%2Fencoder%2FREADME;h=d8d9a6466e2590c42f8e75d7c54c52faa9c71310;hb=refs%2Fheads%2Fsandbox%2Fpcoval%2Fprevious%2Fupstream;hp=2285544f4131885fb2412efdcc3a441f9ccbb2a9;hpb=5ab0f6df7ecb95c9b816ece7a88a8df92b0cb2af;p=platform%2Fupstream%2Flibpng.git diff --git a/contrib/pngminim/encoder/README b/contrib/pngminim/encoder/README index 2285544..d8d9a64 100644 --- a/contrib/pngminim/encoder/README +++ b/contrib/pngminim/encoder/README @@ -1,9 +1,10 @@ This demonstrates the use of PNG_USER_CONFIG and pngusr.h -To build a minimal write-only decoder with embedded libpng and zlib, run +The makefile builds a minimal write-only encoder with embedded libpng +and zlib. + +Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC +on the make command line. - 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. +and build the pnm2png application there.