aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/zlib-inst.xml
blob: 257c240845b61d2830e0416be8d1dd059ffad132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<sect2>
<title>Installation of Zlib</title>

<para>Install Zlib by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr --shared &amp;&amp;
make LIBS="libz.so.1.1.4 libz.a" &amp;&amp;
make LIBS="libz.so.1.1.4 libz.a" install &amp;&amp;
cp zlib.3 /usr/share/man/man3</userinput></screen></para>

</sect2>