findutils.xml 1003 B

123456789101112131415161718192021222324252627282930313233343536
  1. <sect1 id="ch05-findutils">
  2. <title>Installing Findutils-&findutils-version;</title>
  3. <?dbhtml filename="findutils.html" dir="chapter05"?>
  4. <screen>Estimated build time: &findutils-time-tools;
  5. Estimated required disk space: &findutils-compsize-tools;</screen>
  6. <para>For the package details see <xref linkend="contents-findutils"/>.</para>
  7. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  8. <sect2>
  9. <title>Installing Findutils</title>
  10. <para>Prepare Findutils 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>This package has a test suite available which can perform a number of
  15. checks to ensure it built correctly. Should you choose to run it, the
  16. following command will do so:</para>
  17. <screen><userinput>make check</userinput></screen>
  18. <para>And install the package:</para>
  19. <screen><userinput>make install</userinput></screen>
  20. </sect2>
  21. </sect1>