diff options
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r-- | chapter05/gettext-inst.xml | 22 |
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 &&</userinput> + <userinput>cd lib &&</userinput> + <userinput>make &&</userinput> + <userinput>cd ../intl &&</userinput> + <userinput>make &&</userinput> + <userinput>cd ../src &&</userinput> + <userinput>make LDFLAGS=-all-static msgfmt &&</userinput> + <userinput>cp msgfmt $LFS/usr/bin</userinput> + +</literallayout></blockquote> + +</sect2> + |