diff options
Diffstat (limited to 'chapter06/findutils-inst.sgml')
-rw-r--r-- | chapter06/findutils-inst.sgml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/chapter06/findutils-inst.sgml b/chapter06/findutils-inst.sgml new file mode 100644 index 000000000..860c0d5b1 --- /dev/null +++ b/chapter06/findutils-inst.sgml @@ -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 &&</userinput> + <userinput>./configure --prefix=/usr &&</userinput> + <userinput>make &&</userinput> + <userinput>make libexecdir=/usr/bin install</userinput> + +</literallayout></blockquote> + +</sect2> + |