zlib installation

wget http://www.zlib.net/zlib-1.2.3.tar.gz
tar -zxvf zlib-1.2.3.tar.gz
cd zlib-1.2.3
./configure
make
make install

Enjoy

Ninad

Leave a Reply

You must be logged in to post a comment.