mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
152 lines
3.9 KiB
XML
152 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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 "https://www.oberhumer.com/opensource/lzo/download/lzo-&lzo-version;.tar.gz">
|
|
<!ENTITY lzo-download-ftp " ">
|
|
<!ENTITY lzo-md5sum "39d3f3f9c55c87b1e5d6888e1420f4b5">
|
|
<!ENTITY lzo-size "588 KB">
|
|
<!ENTITY lzo-buildsize "12 MB">
|
|
<!ENTITY lzo-time "0.3 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="lzo" xreflabel="LZO-&lzo-version;">
|
|
<?dbhtml filename="lzo.html"?>
|
|
|
|
|
|
<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>
|
|
|
|
&lfs120_checked;
|
|
|
|
<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>
|
|
|
|
</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 \
|
|
--disable-static \
|
|
--docdir=/usr/share/doc/lzo-&lzo-version; &&
|
|
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</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
liblzo2.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/lzo and
|
|
/usr/share/doc/lzo
|
|
</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</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is a data compression and decompression library
|
|
</para>
|
|
<indexterm zone="lzo liblzo2">
|
|
<primary sortas="c-liblzo2">liblzo2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|