source: general/genlib/lzo.xml@ 1251eb31

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 1251eb31 was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c6b192c]7 <!ENTITY lzo-download-http "https://www.oberhumer.com/opensource/lzo/download/lzo-&lzo-version;.tar.gz">
[652b18b]8 <!ENTITY lzo-download-ftp " ">
[b1424747]9 <!ENTITY lzo-md5sum "39d3f3f9c55c87b1e5d6888e1420f4b5">
10 <!ENTITY lzo-size "588 KB">
11 <!ENTITY lzo-buildsize "12 MB">
12 <!ENTITY lzo-time "0.3 SBU (with tests)">
[52d29f7]13]>
14
[652b18b]15<sect1 id="lzo" xreflabel="LZO-&lzo-version;">
16 <?dbhtml filename="lzo.html"?>
[8e75f8b9]17
18
[652b18b]19 <title>LZO-&lzo-version;</title>
[8e75f8b9]20
[652b18b]21 <indexterm zone="lzo">
[880c568]22 <primary sortas="a-LZO">LZO</primary>
[2a78ab4]23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LZO</title>
[8e75f8b9]27
[e8f7606]28 <para>
29 <application>LZO</application> is a data compression
30 library which is suitable for data decompression and compression in
31 real-time. This means it favors speed over compression ratio.
32 </para>
[8e75f8b9]33
[ed345e7]34 &lfs120_checked;
[5603a81]35
[2a78ab4]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[e8f7606]39 <para>
[652b18b]40 Download (HTTP): <ulink url="&lzo-download-http;"/>
[e8f7606]41 </para>
[2a78ab4]42 </listitem>
43 <listitem>
[e8f7606]44 <para>
[652b18b]45 Download (FTP): <ulink url="&lzo-download-ftp;"/>
[e8f7606]46 </para>
[2a78ab4]47 </listitem>
48 <listitem>
[e8f7606]49 <para>
[652b18b]50 Download MD5 sum: &lzo-md5sum;
[e8f7606]51 </para>
[2a78ab4]52 </listitem>
53 <listitem>
[e8f7606]54 <para>
[652b18b]55 Download size: &lzo-size;
[e8f7606]56 </para>
[2a78ab4]57 </listitem>
58 <listitem>
[e8f7606]59 <para>
[652b18b]60 Estimated disk space required: &lzo-buildsize;
[e8f7606]61 </para>
[2a78ab4]62 </listitem>
63 <listitem>
[e8f7606]64 <para>
[652b18b]65 Estimated build time: &lzo-time;
[e8f7606]66 </para>
[2a78ab4]67 </listitem>
68 </itemizedlist>
[8e75f8b9]69
[2a78ab4]70 </sect2>
[8e75f8b9]71
[2a78ab4]72 <sect2 role="installation">
73 <title>Installation of LZO</title>
74
[e8f7606]75 <para>
76 Install <application>LZO</application> by running the
77 following commands:
78 </para>
[2a78ab4]79
[8cd68e9]80<screen><userinput>./configure --prefix=/usr \
81 --enable-shared \
[a4ef8cf]82 --disable-static \
[652b18b]83 --docdir=/usr/share/doc/lzo-&lzo-version; &amp;&amp;
[2a78ab4]84make</userinput></screen>
[8e75f8b9]85
[e8f7606]86 <para>
87 To test the results, issue: <command>make check</command>. All the
88 checks should pass. Now issue <command>make test</command> to run the full
89 suite of tests.
90 </para>
[a00441b]91
[e8f7606]92 <para>
93 Now, as the <systemitem class="username">root</systemitem> user:
94 </para>
[8e75f8b9]95
[e8f7606]96<screen role="root"><userinput>make install</userinput></screen>
[8e75f8b9]97
[2a78ab4]98 </sect2>
[8e75f8b9]99
[a4ef8cf]100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/static-libraries.xml"/>
105
106 </sect2>
107
[2a78ab4]108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
[c3c56b2]112 <segtitle>Installed Programs</segtitle>
[e8f7606]113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
[8e75f8b9]115
[2a78ab4]116 <seglistitem>
[c3c56b2]117 <seg>
118 None
119 </seg>
[e8f7606]120 <seg>
[a4ef8cf]121 liblzo2.so
[e8f7606]122 </seg>
123 <seg>
[0d7900a]124 /usr/include/lzo and
[e8f7606]125 /usr/share/doc/lzo
126 </seg>
[2a78ab4]127 </seglistitem>
128 </segmentedlist>
[8e75f8b9]129
[2a78ab4]130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
[8e75f8b9]134
[747d2fb3]135 <varlistentry id="liblzo2">
[4c24eb0a]136 <term><filename class="libraryfile">liblzo2.so</filename></term>
[2a78ab4]137 <listitem>
[e8f7606]138 <para>
[4c24eb0a]139 is a data compression and decompression library
[e8f7606]140 </para>
[652b18b]141 <indexterm zone="lzo liblzo2">
[a4ef8cf]142 <primary sortas="c-liblzo2">liblzo2.so</primary>
[2a78ab4]143 </indexterm>
144 </listitem>
145 </varlistentry>
[8e75f8b9]146
[2a78ab4]147 </variablelist>
148
149 </sect2>
[ef0e45e4]150
151</sect1>
Note: See TracBrowser for help on using the repository browser.