Tagging 1.99.1
[linux_from_scratch.git] / BOOK / chapter05 / findutils.xml
blobf31929aea5b2f546ad957de973141e24dd3f8b1c
1 <sect1 id="ch-tools-findutils">
2 <title>Installing Findutils-&findutils-version;</title>
3 <?dbhtml filename="findutils.html" dir="chapter05"?>
5 <screen>&buildtime; &findutils-time-tools;
6 &diskspace; &findutils-compsize-tools;</screen>
8 &aa-findutils-down;
9 &aa-findutils-dep;
11 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
13 <sect2>
14 <title>Installation of Findutils</title>
16 <para>Prepare Findutils for compilation:</para>
18 <screen><userinput>./configure --prefix=/tools</userinput></screen>
20 <para>Compile the package:</para>
22 <screen><userinput>make</userinput></screen>
24 <para>As discussed earlier, we don't recommend running the test suites for the
25 temporary tools here in this chapter. If you still want to run the Findutils
26 test suite anyway, the following command will do so:</para>
28 <screen><userinput>make check</userinput></screen>
30 <para>And install the package:</para>
32 <screen><userinput>make install</userinput></screen>
34 </sect2>
36 <sect2><title>&nbsp;</title><para>&nbsp;</para>
37 <para>The details on this package are found in <xref linkend="contents-findutils"/>.</para>
38 <para>&nbsp;</para></sect2>
40 </sect1>