findutils.xml 963 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <sect1 id="ch-tools-findutils">
  2. <title>Installing Findutils-&findutils-version;</title>
  3. <?dbhtml filename="findutils.html" dir="chapter05"?>
  4. <screen>&buildtime; &findutils-time-tools;
  5. &diskspace; &findutils-compsize-tools;</screen>
  6. &aa-findutils-down;
  7. &aa-findutils-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of 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>(If you insist on testing the results, then issue:
  16. <userinput>make check</userinput>.)</para>
  17. <para>And install the package:</para>
  18. <screen><userinput>make install</userinput></screen>
  19. </sect2>
  20. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  21. <para>The details on this package are found in <xref linkend="contents-findutils"/>.</para>
  22. <para>&nbsp;</para></sect2>
  23. </sect1>