aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/diffutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/diffutils.xml')
-rw-r--r--chapter06/diffutils.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml
index 57c834a41..321081944 100644
--- a/chapter06/diffutils.xml
+++ b/chapter06/diffutils.xml
@@ -7,6 +7,25 @@ Estimated required disk space: &diffutils-compsize;</screen>
&aa-diffutils-shortdesc;
&aa-diffutils-dep;
-&c6-diffutils-inst;
+
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
+<sect2>
+<title>Installation of Diffutils</title>
+
+<para>Prepare Diffutils for compilation:</para>
+
+<screen><userinput>./configure --prefix=/usr</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>
+