mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
6732c09460
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
127 lines
3.9 KiB
XML
127 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/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 "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)">
|
|
]>
|
|
|
|
<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>
|
|
-->
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/lzo"/></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>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>
|
|
|
|
<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>liblzo2.{so,a}</seg>
|
|
<seg>/usr/include/lzo and /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="liblzo2">
|
|
<term><filename class='libraryfile'>liblzo2.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>is a data compression and decompression library.</para>
|
|
<indexterm zone="LZO liblzo2">
|
|
<primary sortas="c-liblzo2">liblzo2.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|