findutils.xml 968 B

12345678910111213141516171819202122232425262728293031323334353637
  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. &aa-findutils-shortdesc;
  7. &aa-findutils-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installing Findutils</title>
  11. <para>Prepare Findutils 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>This package has a test suite available which can perform a number of
  16. checks to ensure it built correctly. Should you choose to run it, the
  17. following command will do so:</para>
  18. <screen><userinput>make check</userinput></screen>
  19. <para>And install the package:</para>
  20. <screen><userinput>make install</userinput></screen>
  21. </sect2>
  22. </sect1>