lfs/chapter06/gettext-inst.xml
Simon Perreault 55dd19a138 Removed the po-mode thingie.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-04 19:54:14 +00:00

18 lines
324 B
XML

<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</userinput>
</literallayout></blockquote>
</sect2>