textutils-inst.xml 354 B

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