aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bzip2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bzip2.xml')
-rw-r--r--chapter05/bzip2.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml
index 11b45b599..0671fcc16 100644
--- a/chapter05/bzip2.xml
+++ b/chapter05/bzip2.xml
@@ -23,7 +23,11 @@
<title>Installation of Bzip2</title>
<para>The Bzip2 package doesn't contain a <command>configure</command>
-script. Compile and install it with a straightforward:</para>
+script. Compile it with a straightforward:</para>
+
+<screen><userinput>make</userinput></screen>
+
+<para>And install it:</para>
<screen><userinput>make PREFIX=/tools install</userinput></screen>