aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r--chapter05/gettext-inst.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml
new file mode 100644
index 000000000..598cc0a81
--- /dev/null
+++ b/chapter05/gettext-inst.xml
@@ -0,0 +1,22 @@
+<sect2>
+<title>Installation of Gettext</title>
+
+<para>
+Install Gettext by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>./configure --disable-nls &amp;&amp;</userinput>
+ <userinput>cd lib &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>cd ../intl &amp;&amp;</userinput>
+ <userinput>make &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>
+