diffutils.xml 760 B

123456789101112131415161718192021222324252627282930
  1. <sect1 id="ch05-diffutils">
  2. <title>Installing Diffutils-&diffutils-version;</title>
  3. <?dbhtml filename="diffutils.html" dir="chapter05"?>
  4. <screen>Estimated build time: &diffutils-time-tools;
  5. Estimated required disk space: &diffutils-compsize-tools;</screen>
  6. <para>For the package details see <xref linkend="contents-diffutils"/>.</para>
  7. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  8. <sect2>
  9. <title>Installation of Diffutils</title>
  10. <para>Prepare Diffutils for compilation:</para>
  11. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  12. <para>Compile the package:</para>
  13. <screen><userinput>make</userinput></screen>
  14. <para>And install it:</para>
  15. <screen><userinput>make install</userinput></screen>
  16. </sect2>
  17. </sect1>