aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/diffutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/diffutils.xml')
-rw-r--r--chapter05/diffutils.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index 75ef875e3..cbb39c53b 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -7,7 +7,25 @@ Estimated required disk space: &diffutils-compsize-tools;</screen>
&aa-diffutils-shortdesc;
&aa-diffutils-dep;
-&c5-diffutils-inst;
+
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
+<sect2>
+<title>Installation of Diffutils</title>
+
+<para>Prepare Diffutils to be compiled:</para>
+
+<screen><userinput>./configure --prefix=/tools</userinput></screen>
+
+<para>Compile the package:</para>
+
+<screen><userinput>make</userinput></screen>
+
+<para>And install it:</para>
+
+<screen><userinput>make install</userinput></screen>
+
+</sect2>
</sect1>