lfs/chapter05/textutils-inst.xml
2002-05-25 00:19:47 +00:00

13 lines
310 B
XML

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