sed-inst.xml 573 B

1234567891011121314151617181920
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Sed</title>
  4. <para>Prepare Sed 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 --disable-nls</userinput></screen></para>
  7. <para>Continue with installing the package:</para>
  8. <para><screen><userinput>make</userinput></screen></para>
  9. <para>And finish off installing the package:</para>
  10. <para><screen><userinput>make install</userinput></screen></para>
  11. </sect2>