mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-22 15:07:40 +00:00
24380c7774
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>
|
|
|