glfs/appendices/old/zlib/zlib-exp.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

14 lines
471 B
XML

<sect2>
<title>Command explanations</title>
<para>The reason we run the ./configure &amp;&amp; make &amp;&amp; make
install routine twice is because zlib's configure routine is nicely
broken meaning that we can't compile and install the shared and static
libraries at the same time. Therefore, we have to do them separately.</para>
<para>We do <userinput>cp zlib.3 /usr/share/man/man3</userinput> because
zlib doesn't install its man page correctly.</para>
</sect2>