1INSTALLATION INSTRUCTIONS:
2This should work on most UNIX style systems:
3
4tar -xzvf pngnq-1.1.tar.gz
5cd pngnq-1.1
6./configure
7make
8sudo make install
9
10
11NOTES:
12There may be warnings about strings being too long. Unless you have a really ancient
13compiler these can be safely ignored. If you really don't like warnings add --std=c99
14to the CFLAGS or get rid of --pedantic.
15
16If you successfully build this on a system other than those listed below please
17tell me. Also tell me if it does not work.
18
19
20Cheers,
21	Stuart Coyle
22	stuart@cybertherial.com
23
24