source: chapter08/zlib.xml@ d7a9421

11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since d7a9421 was d7a9421, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[ddd5542]7
[81fd230]8<sect1 id="ch-system-zlib" role="wrap">
[ddd5542]9 <?dbhtml filename="zlib.html"?>
10
[e747759]11 <sect1info condition="script">
12 <productname>zlib</productname>
13 <productnumber>&zlib-version;</productnumber>
14 <address>&zlib-url;</address>
15 </sect1info>
16
[ddd5542]17 <title>Zlib-&zlib-version;</title>
18
19 <indexterm zone="ch-system-zlib">
20 <primary sortas="a-Zlib">Zlib</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
[24380c7]25
[ddd5542]26 <para>The Zlib package contains compression and decompression routines used by
27 some programs.</para>
[673b0d8]28
[ddd5542]29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
[5888299]32
[ddd5542]33 <seglistitem>
[fb386e0]34 <seg>&zlib-fin-sbu;</seg>
35 <seg>&zlib-fin-du;</seg>
[ddd5542]36 </seglistitem>
37 </segmentedlist>
[673b0d8]38
[ddd5542]39 </sect2>
[81fd230]40
[ddd5542]41 <sect2 role="installation">
42 <title>Installation of Zlib</title>
43
[85d68de]44 <para>Prepare Zlib for compilation:</para>
[4a8b9b3]45
[e3f07935]46<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
[4248b0e]47
[ddd5542]48 <para>Compile the package:</para>
[73aedd1d]49
[0445a3d]50<screen><userinput remap="make">make</userinput></screen>
[73aedd1d]51
[0445a3d]52 <para>To test the results, issue:</para>
53
54<screen><userinput remap="test">make check</userinput></screen>
[dfddb12]55
[85d68de]56 <para>Install the package:</para>
[ea2dfe7]57
58<screen><userinput remap="install">make install</userinput></screen>
59
[cd152f22]60 <para>Remove an useless static library:</para>
61
62<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen>
63
[ddd5542]64 </sect2>
[24380c7]65
[ddd5542]66 <sect2 id="contents-zlib" role="content">
67 <title>Contents of Zlib</title>
[5888299]68
[ddd5542]69 <segmentedlist>
70 <segtitle>Installed libraries</segtitle>
[673b0d8]71
[ddd5542]72 <seglistitem>
[cd152f22]73 <seg>libz.so</seg>
[ddd5542]74 </seglistitem>
75 </segmentedlist>
[81fd230]76
[ddd5542]77 <variablelist>
78 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
79 <?dbfo list-presentation="list"?>
80 <?dbhtml list-presentation="table"?>
[81fd230]81
[ddd5542]82 <varlistentry id="libz">
83 <term><filename class="libraryfile">libz</filename></term>
84 <listitem>
85 <para>Contains compression and decompression functions used by
86 some programs</para>
87 <indexterm zone="ch-system-zlib libz">
88 <primary sortas="c-libz">libz</primary>
89 </indexterm>
90 </listitem>
91 </varlistentry>
[673b0d8]92
[ddd5542]93 </variablelist>
[673b0d8]94
[ddd5542]95 </sect2>
[81fd230]96
[ddd5542]97</sect1>
Note: See TracBrowser for help on using the repository browser.