1
0

diffutils.xml 725 B

12345678910111213141516171819202122232425262728293031
  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. &aa-diffutils-shortdesc;
  7. &aa-diffutils-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Diffutils</title>
  11. <para>Prepare Diffutils for compilation:</para>
  12. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  13. <para>Compile the package:</para>
  14. <screen><userinput>make</userinput></screen>
  15. <para>And install it:</para>
  16. <screen><userinput>make install</userinput></screen>
  17. </sect2>
  18. </sect1>