lfs/chapter06/textutils-inst.xml
Gerard Beekmans 4d994af419 Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-09 17:38:08 +00:00

19 lines
384 B
XML

<sect2>
<title>Installation of Textutils</title>
<para>
Install Textutils 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 /usr/bin/cat /bin</userinput>
</literallayout></blockquote>
</sect2>