aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/findutils-inst.xml
blob: f654dc5218cbbb448d9880798ae69613c141127d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installing Findutils</title>

<para>Prepare Findutils to be compiled:</para>

<para><screen><userinput>./configure --prefix=/stage1
make 
make check
make install</userinput></screen></para>

</sect2>