From 0f8a1b64f88d42a6bca59caf8cce0362855b4743 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 31 Jan 2021 21:48:14 +0000 Subject: Update to vim-8.2.2433. Update to iana-etc-20210115. Update to bc-3.2.5. Update to e2fsprogs-1.46.0. Update to autoconf-2.71. Update to tzdata-2021a. Update to perl-5.32.1. Update to libcap-2.47. Update to bison-3.7.5. Update to binutils-2.36. Requires building zlig in Chapter 6. Update to linux-5.10.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 1 + chapter06/zlib.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 chapter06/zlib.xml (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 243e20dec..11bc5d499 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -22,6 +22,7 @@ + diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml new file mode 100644 index 000000000..0f6b56059 --- /dev/null +++ b/chapter06/zlib.xml @@ -0,0 +1,66 @@ + + + %general-entities; +]> + + + + + + zlib + &zlib-version; +
&zlib-url;
+
+ + Zlib-&zlib-version; + + + Zlib + + + + + + <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 + + Prepare Zlib for compilation: + +./configure --prefix=/usr + + Compile the package: + +make + + Install the package: + +make DESTDIR=$LFS install +mv -v $LFS/usr/lib/libz.so.* $LFS/lib +ln -sfv ../../lib/$(readlink $LFS/usr/lib/libz.so) $LFS/usr/lib/libz.so + + + + + + <para>Details on this package are located in <xref linkend="contents-zlib" role="."/></para> + + </sect2> + +</sect1> -- cgit v1.2.3-54-g00ecf