X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=contrib%2Fpngminim%2Fdecoder%2FREADME;h=fa979fcb7274d55b2a67da8cb8deb969fa3782df;hb=refs%2Fheads%2Fsandbox%2Fpcoval%2Fprevious%2Fupstream;hp=a656e0b9306aba7e864a8070ae045d4e3b0f3789;hpb=5ab0f6df7ecb95c9b816ece7a88a8df92b0cb2af;p=platform%2Fupstream%2Flibpng.git diff --git a/contrib/pngminim/decoder/README b/contrib/pngminim/decoder/README index a656e0b..fa979fc 100644 --- a/contrib/pngminim/decoder/README +++ b/contrib/pngminim/decoder/README @@ -1,9 +1,10 @@ -This demonstrates the use of PNG_USER_CONFIG and pngusr.h +This demonstrates the use of PNG_USER_CONFIG, pngusr.h and pngusr.dfa -To build a minimal read-only decoder with embedded libpng and zlib, run +The makefile builds a minimal read-only decoder with embedded libpng +and zlib. - gather.sh # to collect needed files from pngminus, libpng, and zlib - make +Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC +on the make command line. If you prefer to use the shared libraries, go to contrib/pngminus -and build the png2pnm application there. +and build the png2pnm application there.