glfs/appendices/old/zlib/zlib-inst.xml
Mark Hymers 3a8b652531 move zlib to appendix b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@141 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-25 12:54:12 +00:00

18 lines
504 B
XML

<sect2>
<title>Installation of zlib</title>
<para>Install zlib by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>./configure --prefix=/usr --shared &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cp zlib.3 /usr/share/man/man3</userinput>
</screen>
</para>
</sect2>