The Gettext package contains utilities for internationalization and localization.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/gettext/gettext-1.0.tar.xz
Download SHA256 Sum: 71132a3fb71e68245b8f2ac4e9e97137d3e5c02f415636eb508ae607bc01add7
Download Size: 10,470 KB
Estimated Disk Space: 460.3M
Estimated Build Time: 1.99 SBU
Prepare Gettext for compilation:
Now Configure the Package, issue:
./configure --disable-shared
To Compile the Package, issue:
make
Now Install the Package, issue:
cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /usr/bin