6.11. Zlib-1.2.3

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

6.11.1. Installation of Zlib

Prepare Zlib for compilation:

CC="${CC} ${BUILD64}" \
   ./configure --prefix=/tools --shared

Compile the package:

make

Install the package:

make install

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