lfs/chapter06/zlib-inst.xml

13 lines
343 B
XML
Raw Normal View History

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