10.67. Gettext-0.19.8.1 32 Bit Libraries

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.

10.67.1. Installation of Gettext

Prepare Gettext for compilation:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure \
    --prefix=/usr \
    --docdir=/usr/share/doc/gettext-0.19.8.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.68.2, “Contents of Gettext.”