aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/findutils-inst.xml')
-rw-r--r--chapter06/findutils-inst.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml
new file mode 100644
index 000000000..860c0d5b1
--- /dev/null
+++ b/chapter06/findutils-inst.xml
@@ -0,0 +1,23 @@
+<sect2>
+<title>Installing Findutils</title>
+
+<para>
+Before you install Findutils you have to unpack the findutils patch
+file.
+</para>
+
+<para>
+Install Findutils by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;</userinput>
+ <userinput>./configure --prefix=/usr &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>make libexecdir=/usr/bin install</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+