Blame contrib/pngminim/preader/README
|
Packit |
0ba690 |
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
|
|
Packit |
0ba690 |
|
|
Packit |
0ba690 |
To build a minimal read-only progressive decoder embedded libpng and
|
|
Packit |
0ba690 |
zlib and with your system's X library, run
|
|
Packit |
0ba690 |
|
|
Packit |
0ba690 |
gather.sh # to collect needed files from gregbook, libpng, and zlib
|
|
Packit |
0ba690 |
|
|
Packit |
0ba690 |
Edit makefile if required, to find your X library and include files,
|
|
Packit |
0ba690 |
then
|
|
Packit |
0ba690 |
|
|
Packit |
0ba690 |
make
|
|
Packit |
0ba690 |
|
|
Packit |
0ba690 |
If you prefer to use the shared libraries, go to contrib/gregbook
|
|
Packit |
0ba690 |
and build the rpng2-x application there.
|