diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 14fd413b7..b6aa93d29 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -45,6 +45,9 @@ utilities against it.</para> <screen><userinput>make</userinput></screen> +<para>To test the results, issue: +<userinput>make test</userinput>.</para> + <para>If reinstalling Bzip2, perform <userinput>rm -f /usr/bin/bz*</userinput> first, otherwise the following <command>make install</command> will fail.</para> |