Details on this package are located in Section 10.14.2, “Contents of Zlib.”
The Zlib package contains compression and decompression routines used by some programs.
Prepare Zlib for compilation:
CC="${CC} ${BUILD64}" \ ./configure --prefix=/tools
Compile the package:
make
Install the package:
make install
Details on this package are located in Section 10.14.2, “Contents of Zlib.”