mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
3a8b652531
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@141 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
471 B
XML
14 lines
471 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para>The reason we run the ./configure && make && 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>
|
|
|