|
@@ -0,0 +1,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 &&</userinput>
|
|
|
+ <userinput>cd src &&</userinput>
|
|
|
+ <userinput>make LDFLAGS=-all-static msgfmt &&</userinput>
|
|
|
+ <userinput>cp msgfmt $LFS/usr/bin</userinput>
|
|
|
+
|
|
|
+</literallayout></blockquote>
|
|
|
+
|
|
|
+</sect2>
|
|
|
+
|