source: general/genlib/zlib.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 576 bytes
Line 
1<sect1 id="zlib" xreflabel="zlib-&zlib-version;">
2<?dbhtml filename="zlib.html" dir="general"?>
3<title>zlib-&zlib-version;</title>
4
5<para>Zlib provides compression and decompression functions to programs.
6Most people will want zlib because both servers and clients are
7likely to need the openssl libraries which in turn require zlib.
8Servers will want openssl because it is needed for running OpenSSH services and
9clients because most web browsers need it to deal with https (secure)
10websites.</para>
11
12&zlib-intro;
13&zlib-inst;
14&zlib-exp;
15&zlib-config;
16&zlib-desc;
17
18</sect1>
19
Note: See TracBrowser for help on using the repository browser.