~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to source/Irrlicht/libpng/contrib/pngminim/decoder/README

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
 
2
 
 
3
To build a minimal read-only decoder with embedded libpng and zlib, run
 
4
 
 
5
    gather.sh  # to collect needed files from pngminus, libpng, and zlib
 
6
    make
 
7
 
 
8
If you prefer to use the shared libraries, go to contrib/pngminus
 
9
and build the png2pnm application there.