lfs/chapter06/gettext-inst.xml

18 lines
295 B
XML
Raw Normal View History

<sect2>
<title>Installation of Gettext</title>
<para>
Install Gettext by running the following commands:
</para>
<para>
<screen>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</screen>
</para>
</sect2>