source: general/genlib/lzo.xml@ bf565e06

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[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
[046d740]34 &lfs112_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
[1039de3]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/lzo"/></para>
72
[2a78ab4]73 </sect2>
[8e75f8b9]74
[2a78ab4]75 <sect2 role="installation">
76 <title>Installation of LZO</title>
77
[e8f7606]78 <para>
79 Install <application>LZO</application> by running the
80 following commands:
81 </para>
[2a78ab4]82
[8cd68e9]83<screen><userinput>./configure --prefix=/usr \
84 --enable-shared \
[a4ef8cf]85 --disable-static \
[652b18b]86 --docdir=/usr/share/doc/lzo-&lzo-version; &amp;&amp;
[2a78ab4]87make</userinput></screen>
[8e75f8b9]88
[e8f7606]89 <para>
90 To test the results, issue: <command>make check</command>. All the
91 checks should pass. Now issue <command>make test</command> to run the full
92 suite of tests.
93 </para>
[a00441b]94
[e8f7606]95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
[8e75f8b9]98
[e8f7606]99<screen role="root"><userinput>make install</userinput></screen>
[8e75f8b9]100
[2a78ab4]101 </sect2>
[8e75f8b9]102
[a4ef8cf]103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/static-libraries.xml"/>
108
109 </sect2>
110
[2a78ab4]111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
[c3c56b2]115 <segtitle>Installed Programs</segtitle>
[e8f7606]116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
[8e75f8b9]118
[2a78ab4]119 <seglistitem>
[c3c56b2]120 <seg>
121 None
122 </seg>
[e8f7606]123 <seg>
[a4ef8cf]124 liblzo2.so
[e8f7606]125 </seg>
126 <seg>
[0d7900a]127 /usr/include/lzo and
[e8f7606]128 /usr/share/doc/lzo
129 </seg>
[2a78ab4]130 </seglistitem>
131 </segmentedlist>
[8e75f8b9]132
[2a78ab4]133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
[8e75f8b9]137
[747d2fb3]138 <varlistentry id="liblzo2">
[4c24eb0a]139 <term><filename class="libraryfile">liblzo2.so</filename></term>
[2a78ab4]140 <listitem>
[e8f7606]141 <para>
[4c24eb0a]142 is a data compression and decompression library
[e8f7606]143 </para>
[652b18b]144 <indexterm zone="lzo liblzo2">
[a4ef8cf]145 <primary sortas="c-liblzo2">liblzo2.so</primary>
[2a78ab4]146 </indexterm>
147 </listitem>
148 </varlistentry>
[8e75f8b9]149
[2a78ab4]150 </variablelist>
151
152 </sect2>
[ef0e45e4]153
154</sect1>
Note: See TracBrowser for help on using the repository browser.