aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/diffutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/diffutils-inst.xml')
-rw-r--r--chapter05/diffutils-inst.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml
index cbfbb0264..edaf67440 100644
--- a/chapter05/diffutils-inst.xml
+++ b/chapter05/diffutils-inst.xml
@@ -5,9 +5,15 @@
<para>Prepare Diffutils to be compiled:</para>
-<para><screen><userinput>./configure --prefix=/stage1
-make
-make install</userinput></screen></para>
+<para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
+
+<para>Compile the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And install it:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>