blob: b78d4c711f7535bfead2254f03c6dae888d422bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<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>
|