blob: 210ef82ae8ab55fd0fa00bb9853ed958417df9e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<sect2>
<title>Installation of Gettext</title>
<para>
Install Gettext by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --disable-nls &&</userinput>
<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>
</literallayout></blockquote>
</sect2>
|