mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
98 lines
2.5 KiB
XML
98 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="ch-system-zlib" role="wrap">
|
|
<?dbhtml filename="zlib.html"?>
|
|
|
|
<sect1info condition="script">
|
|
<productname>zlib</productname>
|
|
<productnumber>&zlib-version;</productnumber>
|
|
<address>&zlib-url;</address>
|
|
</sect1info>
|
|
|
|
<title>Zlib-&zlib-version;</title>
|
|
|
|
<indexterm zone="ch-system-zlib">
|
|
<primary sortas="a-Zlib">Zlib</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title/>
|
|
|
|
<para>The Zlib package contains compression and decompression routines used by
|
|
some programs.</para>
|
|
|
|
<segmentedlist>
|
|
<segtitle>&buildtime;</segtitle>
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>&zlib-fin-sbu;</seg>
|
|
<seg>&zlib-fin-du;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Zlib</title>
|
|
|
|
<para>Prepare Zlib for compilation:</para>
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
<para>To test the results, issue:</para>
|
|
|
|
<screen><userinput remap="test">make check</userinput></screen>
|
|
|
|
<para>Install the package:</para>
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
<para>Remove a useless static library:</para>
|
|
|
|
<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="contents-zlib" role="content">
|
|
<title>Contents of Zlib</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed libraries</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>libz.so</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libz">
|
|
<term><filename class="libraryfile">libz</filename></term>
|
|
<listitem>
|
|
<para>Contains compression and decompression functions used by
|
|
some programs</para>
|
|
<indexterm zone="ch-system-zlib libz">
|
|
<primary sortas="c-libz">libz</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|