# # # 29-Nov-03 amo Date-of-Birth Install libpng-1.2.5 # 13-Dec-04 amo Install libpng-1.2.8 # # # http://www.libpng.org/pub/png/libpng.html # http://libpng.sourceforge.net # http://sourceforge.net/projects/libpng/ # # cd /usr/local/src/ # tar jxvfp libpng-1.2.8.tar.gz2 # cd libpng-1.2.8 # cp scripts/makefile.linux Makefile # make # make test # make install # ldconfig # ./pngtest # # # End of file