2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<!ENTITY LZO-download-http "http://www.oberhumer.com/opensource/lzo/download/lzo-&LZO-version;.tar.gz">
|
2006-02-02 01:38:23 +08:00
|
|
|
<!ENTITY LZO-download-ftp "ftp://ftp.uni-koeln.de/util/arc/lzo-&LZO-version;.tar.gz">
|
|
|
|
<!ENTITY LZO-md5sum "6760e5819f4238328709bf93bf10071c">
|
|
|
|
<!ENTITY LZO-size "599 KB">
|
|
|
|
<!ENTITY LZO-buildsize "11.9 MB">
|
|
|
|
<!ENTITY LZO-time "0.3 SBU (additional 0.4 SBU to run the tests)">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2003-09-07 10:28:10 +08:00
|
|
|
<sect1 id="LZO" xreflabel="LZO-&LZO-version;">
|
2005-05-01 23:23:32 +08:00
|
|
|
<?dbhtml filename="LZO.html"?>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<title>LZO-&LZO-version;</title>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<indexterm zone="LZO">
|
|
|
|
<primary sortas="a-LZO">LZO</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to LZO</title>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<para><application>LZO</application> is a data compression
|
2005-08-30 11:19:11 +08:00
|
|
|
library which is suitable for data decompression and compression in
|
|
|
|
real-time. This means it favors speed over compression ratio.</para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&LZO-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&LZO-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &LZO-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &LZO-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &LZO-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &LZO-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-08-30 11:19:11 +08:00
|
|
|
<!--
|
2005-05-01 23:23:32 +08:00
|
|
|
<bridgehead renderas="sect3">LZO Dependencies</bridgehead>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2005-05-31 05:33:35 +08:00
|
|
|
<para><xref linkend="NASM"/> and
|
2005-05-01 23:23:32 +08:00
|
|
|
<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
|
2005-08-30 11:19:11 +08:00
|
|
|
-->
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2006-04-11 02:35:56 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/lzo"/></para>
|
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of LZO</title>
|
|
|
|
|
|
|
|
<para>Install <application>LZO</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --enable-shared &&
|
|
|
|
make</userinput></screen>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-11-01 04:48:54 +08:00
|
|
|
<para>To test the results, issue <command>make check</command>. All the
|
|
|
|
checks should pass. Now issue <command>make test</command> to run the full
|
|
|
|
suite of tests.</para>
|
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<screen role="root"><userinput>make install &&
|
2005-04-15 12:53:05 +08:00
|
|
|
install -v -m755 -d /usr/share/doc/lzo-&LZO-version; &&
|
2005-05-01 23:23:32 +08:00
|
|
|
install -v -m644 doc/* /usr/share/doc/lzo-&LZO-version;</userinput></screen>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
2006-04-11 02:35:56 +08:00
|
|
|
<seg>liblzo2.{so,a}</seg>
|
2006-02-02 01:38:23 +08:00
|
|
|
<seg>/usr/include/lzo and /usr/share/doc/lzo-&LZO-version;</seg>
|
2005-05-01 23:23:32 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-07-28 20:03:39 +08:00
|
|
|
<varlistentry id="liblzo2">
|
2006-04-11 02:35:56 +08:00
|
|
|
<term><filename class='libraryfile'>liblzo2.{so,a}</filename></term>
|
2005-05-01 23:23:32 +08:00
|
|
|
<listitem>
|
|
|
|
<para>is a data compression and decompression library.</para>
|
2005-07-28 20:03:39 +08:00
|
|
|
<indexterm zone="LZO liblzo2">
|
2006-04-11 02:35:56 +08:00
|
|
|
<primary sortas="c-liblzo2">liblzo2.{so,a}</primary>
|
2005-05-01 23:23:32 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 23:23:32 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-09-07 10:28:10 +08:00
|
|
|
|
|
|
|
</sect1>
|