diff options
Diffstat (limited to 'chapter06/zlib-inst.xml')
-rw-r--r-- | chapter06/zlib-inst.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml index be9843265..97885db8c 100644 --- a/chapter06/zlib-inst.xml +++ b/chapter06/zlib-inst.xml @@ -21,10 +21,11 @@ quality in the dynamic zlib library.</para> <para>Install the libraries:</para> -<para><screen><userinput>make install && -make clean && -./configure --prefix=/usr && -make && +<para><screen><userinput>make install +make clean +./configure --prefix=/usr +make +make test make install</userinput></screen></para> <para>The shared zlib library should be installed in the |