lfs/chapter06/gettext-inst.sgml

19 lines
393 B
Plaintext
Raw Normal View History

<sect2>
<title>Installation of Gettext</title>
<para>
Install Gettext by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>mv /po-mode.el /usr/share/gettext</userinput>
</literallayout></blockquote>
</sect2>