diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter06/zlib.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 46 |
1 files changed, 33 insertions, 13 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 798f3cb1f..9059de651 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -1,17 +1,23 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> <sect1 id="ch-system-zlib" xreflabel="Zlib"> -<title>Installing Zlib-&zlib-version;</title> -<?dbhtml filename="zlib.html" dir="chapter06"?> +<title>Zlib-&zlib-version;</title> +<?dbhtml filename="zlib.html"?> -<para>The Zlib package contains compression and uncompression routines used by +<indexterm zone="ch-system-zlib"><primary sortas="a-Zlib">Zlib</primary></indexterm> + +<para>The Zlib package contains compression and un-compression routines used by some programs.</para> -<screen>&buildtime; &zlib-time; -&diskspace; &zlib-compsize;</screen> +<screen>&buildtime; 0.1 SBU +&diskspace; 1.5 MB</screen> + +<para>Zlib installation depends on: Binutils, Coreutils, GCC, Glibc, Make, Sed.</para> -&aa-zlib-down; -&aa-zlib-dep; -<sect2><title> </title><para> </para></sect2> <sect2> <title>Installation of Zlib</title> @@ -30,7 +36,7 @@ afterwards.</para></note> <screen><userinput>make</userinput></screen> -<para>To have the results tested, issue: +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the shared library:</para> @@ -42,7 +48,7 @@ afterwards.</para></note> ./configure --prefix=/usr make</userinput></screen> -<para>To have the results tested again, issue: +<para>To again test the results, issue: <userinput>make check</userinput>.</para> <para>Install the static library:</para> @@ -75,8 +81,22 @@ because we just moved the file it points to:</para> </sect2> -&aa-zlib-shortdesc; -&aa-zlib-desc; -</sect1> +<sect2 id="contents-zlib"><title>Contents of Zlib</title> + +<para><emphasis>Installed libraries</emphasis>: libz[a,so]</para> + +</sect2> + +<sect2><title>Short description</title> + +<indexterm zone="ch-system-zlib libz"><primary sortas="c-libz*">libz*</primary></indexterm> +<para id="libz"><command>libz*</command> contains compression and un-compression +functions used by some programs.</para> + +</sect2> + + + +</sect1> |