Man-DB-2.7.6.1
XZ Utils-5.2.3 32 Bit Libraries
The Make package contains a program for compiling packages.
Prepare Make for compilation:
CC="gcc ${BUILD64}" ./configure \ --prefix=/usr
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install
Automatically determines which pieces of a package need to be (re)compiled and then issues the relevant commands