mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
3a8b652531
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@141 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
504 B
XML
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 &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install &&</userinput>
|
|
<userinput>./configure --prefix=/usr --shared &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install &&</userinput>
|
|
<userinput>cp zlib.3 /usr/share/man/man3</userinput>
|
|
</screen>
|
|
</para>
|
|
|
|
</sect2>
|
|
|