diffutils-inst.xml 309 B

1234567891011121314
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Diffutils</title>
  4. <para>Prepare Diffutils to be compiled:</para>
  5. <para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
  6. make LDFLAGS="-s"
  7. make check
  8. make install</userinput></screen></para>
  9. </sect2>