textutils-inst.xml 602 B

123456789101112131415161718192021
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Textutils</title>
  4. <para>Prepare Textutils to be compiled:</para>
  5. <para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
  6. &nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static \
  7. &nbsp;&nbsp;&nbsp;&nbsp;--disable-nls</userinput></screen></para>
  8. <para>Continue with compiling the package:</para>
  9. <para><screen><userinput>make</userinput></screen></para>
  10. <para>Finish installing the package:</para>
  11. <para><screen><userinput>make install</userinput></screen></para>
  12. </sect2>