Linux compiled zlib Library's dynamic library so

Source: Internet
Author: User

Reprint please indicate the source: The Curtain Roll westerly column (Http://blog.csdn.net/ljxfblog)

The Zlib library is a powerful, general-purpose, open-source compression library that is widely used and can be easily compiled or compiled into binary files under Windows. But less Linux, this article records how to compile.

Zlib Official website: http://www.zlib.net

First, download the source code to install the Zlib package. Currently the latest version is 1.2.8.

#wget http://www.zlib.net/zlib-1.2. 8. tar.gz

Then, unzip the downloaded package.

#tar-XVF zlib-1.2.8.tar.gz

#cd zib-1.2.8

Then start configuring and compiling.

#./configure

#make

At this time there will be 3 libz.so files in the current directory, so we can copy this file to our project directory.

Linux compiled zlib Library's dynamic library so

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.