lfs/chapter05/textutils-inst.xml
2002-05-02 20:15:02 +00:00

14 lines
354 B
XML

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