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 &&
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>
|