diff options
Diffstat (limited to 'chapter06/gettext-inst.xml')
-rw-r--r-- | chapter06/gettext-inst.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter06/gettext-inst.xml b/chapter06/gettext-inst.xml new file mode 100644 index 000000000..aaa3bc125 --- /dev/null +++ b/chapter06/gettext-inst.xml @@ -0,0 +1,18 @@ +<sect2> +<title>Installation of Gettext</title> + +<para> +Install Gettext by running the following commands: +</para> + +<blockquote><literallayout> + + <userinput>./configure --prefix=/usr &&</userinput> + <userinput>make &&</userinput> + <userinput>make install &&</userinput> + <userinput>mv /po-mode.el /usr/share/gettext</userinput> + +</literallayout></blockquote> + +</sect2> + |