2001-01-27 01:31:30 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gettext</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install Gettext by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
|
|
2001-01-31 20:49:00 +00:00
|
|
|
<userinput>./configure --disable-nls &&</userinput>
|
2001-03-29 10:18:57 +01:00
|
|
|
<userinput>make -C lib &&</userinput>
|
|
|
|
<userinput>make -C intl &&</userinput>
|
|
|
|
<userinput>make -C src LDFLAGS=-all-static msgfmt &&</userinput>
|
|
|
|
<userinput>cp src/msgfmt $LFS/usr/bin</userinput>
|
2001-01-27 01:31:30 +00:00
|
|
|
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|