mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
8e75f8b923
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4486 af4574ff-66df-0310-9fd7-8a98e5e911e0
119 lines
3.5 KiB
XML
119 lines
3.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY LZO-download-http "http://www.oberhumer.com/opensource/lzo/download/lzo-&LZO-version;.tar.gz">
|
|
<!ENTITY LZO-download-ftp "http://ftp.uni-koeln.de/util/arc/lzo-&LZO-version;.tar.gz">
|
|
<!ENTITY LZO-md5sum "ab94d3da364c7cbd5b78d76f1875b0f6">
|
|
<!ENTITY LZO-size "426 KB">
|
|
<!ENTITY LZO-buildsize "7.5 MB">
|
|
<!ENTITY LZO-time "0.24 SBU">
|
|
]>
|
|
|
|
<sect1 id="LZO" xreflabel="LZO-&LZO-version;">
|
|
<?dbhtml filename="LZO.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>LZO-&LZO-version;</title>
|
|
|
|
<indexterm zone="LZO">
|
|
<primary sortas="a-LZO">LZO</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to LZO</title>
|
|
|
|
<para><application>LZO</application> is a data compression
|
|
library which is suitable for data decompression and compression in real-time.
|
|
This means it favors speed over compression ratio.</para>
|
|
|
|
<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>
|
|
|
|
<bridgehead renderas="sect3">LZO Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="NASM"/> and
|
|
<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
|
|
|
|
</sect2>
|
|
|
|
<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>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -m755 -d /usr/share/doc/lzo-&LZO-version; &&
|
|
install -v -m644 doc/* /usr/share/doc/lzo-&LZO-version;</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>liblzo.[so,a]</seg>
|
|
<seg>/usr/share/doc/lzo-&LZO-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="liblzo">
|
|
<term><filename class='libraryfile'>liblzo.[so,a]</filename></term>
|
|
<listitem>
|
|
<para>is a data compression and decompression library.</para>
|
|
<indexterm zone="LZO liblzo">
|
|
<primary sortas="c-liblzo">liblzo.[so,a]</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|