lfs/chapter05/textutils-inst.xml
Gerard Beekmans c3feda740c Removed -f options from mv and rm
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-29 13:19:58 +00:00

13 lines
390 B
XML

<sect2>
<title>Installation of Textutils</title>
<para>Install Textutils by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>mv $LFS/usr/bin/cat $LFS/bin</userinput></screen></para>
</sect2>