< Previous | Contents | Next >
5.24.1. Installation of Gettext
For our temporary set of tools, we only need to install three programs from Gettext. Prepare Gettext for compilation:
./configure --disable-shared
./configure --disable-shared
The meaning of the configure option:
--disable-shared
We do not need to install any of the shared Gettext libraries at this time, therefore there is no need to build them.
Compile the package:
make
make
Due to the limited environment, running the test suite at this stage is not recommended. Install the msgfmt, msgmerge and xgettext programs:
cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /tools/bin
cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /tools/bin