README 292 字节
Newer Older
1 2 3 4
This demonstrates the use of PNG_USER_CONFIG and pngusr.h

To build a minimal read-only progressive decoder with X display, run

5 6 7
    gather.sh # to collect needed files from gregbook, libpng, and zlib

Edit makefile if required, to find your X library and include files,
8 9
then
    
10
    make
11