Details on this package are located in Section 10.93.2, “Contents of Gettext.”
The Gettext package contains utilities for internationalization and localization. These allow programs to be compiled with NLS (Native Language Support), enabling them to output messages in the user's native language.
Prepare Gettext for compilation:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 \ --docdir=/usr/share/doc/gettext-0.19.1
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install
Details on this package are located in Section 10.93.2, “Contents of Gettext.”