7.5. Zlib-1.2.3

The Zlib package contains compression and decompression routines used by some programs.

7.5.1. Installation of Zlib

Prepare Zlib for compilation:

./configure --prefix=/tools --shared

The meaning of the configure options:

--shared

Tells Zlib to build its shared library.

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 10.23.2, “Contents of Zlib.”