next up previous contents
Next: libpng Up: Graphics Requirements Previous: Graphics Requirements   Contents

zlib

Zlib is avilable from these sites:

http://www.mirror.ac.uk/sites/ftp.cdrom.com/pub/infozip/zlib/
http://www.mirror.ac.uk/sites/ftp.cdrom.com/pub/infozip/zlib/
http://www.info-zip.org/pub/infozip/zlib/
http://www.info-zip.org/pub/infozip/zlib/
ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-1.1.3.tar.gz
ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-1.1.3.tar.gz

To install, pick up the sources and then:

% gunzip -c zlib-1_1_3_tar.gz   | tar xf -
% ln -s zlib-1.1.3   zlib
%  cd zlib
%  ./configure --prefix=/home/joe/local
%  make
%  make install
%  cd ..



Peter Rice 2007-04-26