aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext-static-inst.sgml
blob: b6514af37c74c746962c7b34ee36f9ed766aec8c (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 --prefix=$LFS/usr 
		--disable-nls &amp;&amp;</userinput>
	<userinput>cd src &amp;&amp;</userinput>
	<userinput>make LDFLAGS=-all-static msgfmt &amp;&amp;</userinput>
	<userinput>cp msgfmt $LFS/usr/bin</userinput>

</literallayout></blockquote>

</sect2>