2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installing Findutils</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Before Findutils is installed the findutils patch file has
|
2001-08-08 21:39:51 +01:00
|
|
|
to be unpacked.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Findutils by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&</userinput>
|
2001-07-10 16:06:31 +01:00
|
|
|
<userinput>./configure --prefix=/usr &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput>make libexecdir=/usr/bin install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|