diff options
Diffstat (limited to 'chapter06/zlib-inst.xml')
-rw-r--r-- | chapter06/zlib-inst.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml new file mode 100644 index 000000000..257c24084 --- /dev/null +++ b/chapter06/zlib-inst.xml @@ -0,0 +1,12 @@ +<sect2> +<title>Installation of Zlib</title> + +<para>Install Zlib by running the following commands:</para> + +<para><screen><userinput>./configure --prefix=/usr --shared && +make LIBS="libz.so.1.1.4 libz.a" && +make LIBS="libz.so.1.1.4 libz.a" install && +cp zlib.3 /usr/share/man/man3</userinput></screen></para> + +</sect2> + |