Friday, January 18, 2013

ubuntu command to install zlib library

12:34 PM


Downloading


wget http://www.zlib.net/zlib-1.2.3.tar.gz


Extracting files


tar -xvzf zlib-1.2.3.tar.gz

cd zlib-1.2.3

./configure --prefix=/usr/local/zlib

make

sudo make install

Written by

We are one of the initiators of the development of information technology in understanding the need for a solution that is familiar and close to us.

0 comments:

Post a Comment

 

© 2013 Klick Dev. All rights resevered.

Back To Top