mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-22 15:07:40 +00:00
13 lines
343 B
XML
13 lines
343 B
XML
|
<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>
|
||
|
|