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>
|
|
|
|
<userinput>cd lib &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>cd ../intl &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>cd ../src &&</userinput>
|
2001-01-27 01:31:30 +00:00
|
|
|
<userinput>make LDFLAGS=-all-static msgfmt &&</userinput>
|
|
|
|
<userinput>cp msgfmt $LFS/usr/bin</userinput>
|
|
|
|
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|