< Previous | Contents | Next >
6.47.1. Installation of Gettext
Prepare Gettext for compilation:
./configure --prefix=/usr
\
./configure --prefix=/usr
--disable-static \
--docdir=/usr/share/doc/gettext-0.20.1
--disable-static \
--docdir=/usr/share/doc/gettext-0.20.1
Compile the package:
make
make
To test the results (this takes a long time, around 3 SBUs), issue:
make check
make check
Install the package:
make install
chmod -v 0755 /usr/lib/preloadable_libintl.so
make install
chmod -v 0755 /usr/lib/preloadable_libintl.so