source: general/genlib/lzo.xml@ cdf6da3

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since cdf6da3 was 937efdb, checked in by Xi Ruoyao <xry111@…>, 3 years ago

tags

  • 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
[2a78ab4]18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
[8e75f8b9]21
[652b18b]22 <title>LZO-&lzo-version;</title>
[8e75f8b9]23
[652b18b]24 <indexterm zone="lzo">
[880c568]25 <primary sortas="a-LZO">LZO</primary>
[2a78ab4]26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to LZO</title>
[8e75f8b9]30
[e8f7606]31 <para>
32 <application>LZO</application> is a data compression
33 library which is suitable for data decompression and compression in
34 real-time. This means it favors speed over compression ratio.
35 </para>
[8e75f8b9]36
[937efdb]37 &lfs110a_checked;
[5603a81]38
[2a78ab4]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[e8f7606]42 <para>
[652b18b]43 Download (HTTP): <ulink url="&lzo-download-http;"/>
[e8f7606]44 </para>
[2a78ab4]45 </listitem>
46 <listitem>
[e8f7606]47 <para>
[652b18b]48 Download (FTP): <ulink url="&lzo-download-ftp;"/>
[e8f7606]49 </para>
[2a78ab4]50 </listitem>
51 <listitem>
[e8f7606]52 <para>
[652b18b]53 Download MD5 sum: &lzo-md5sum;
[e8f7606]54 </para>
[2a78ab4]55 </listitem>
56 <listitem>
[e8f7606]57 <para>
[652b18b]58 Download size: &lzo-size;
[e8f7606]59 </para>
[2a78ab4]60 </listitem>
61 <listitem>
[e8f7606]62 <para>
[652b18b]63 Estimated disk space required: &lzo-buildsize;
[e8f7606]64 </para>
[2a78ab4]65 </listitem>
66 <listitem>
[e8f7606]67 <para>
[652b18b]68 Estimated build time: &lzo-time;
[e8f7606]69 </para>
[2a78ab4]70 </listitem>
71 </itemizedlist>
[8e75f8b9]72
[1039de3]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/lzo"/></para>
75
[2a78ab4]76 </sect2>
[8e75f8b9]77
[2a78ab4]78 <sect2 role="installation">
79 <title>Installation of LZO</title>
80
[e8f7606]81 <para>
82 Install <application>LZO</application> by running the
83 following commands:
84 </para>
[2a78ab4]85
[8cd68e9]86<screen><userinput>./configure --prefix=/usr \
87 --enable-shared \
[a4ef8cf]88 --disable-static \
[652b18b]89 --docdir=/usr/share/doc/lzo-&lzo-version; &amp;&amp;
[2a78ab4]90make</userinput></screen>
[8e75f8b9]91
[e8f7606]92 <para>
93 To test the results, issue: <command>make check</command>. All the
94 checks should pass. Now issue <command>make test</command> to run the full
95 suite of tests.
96 </para>
[a00441b]97
[e8f7606]98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
[8e75f8b9]101
[e8f7606]102<screen role="root"><userinput>make install</userinput></screen>
[8e75f8b9]103
[2a78ab4]104 </sect2>
[8e75f8b9]105
[a4ef8cf]106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/static-libraries.xml"/>
111
112 </sect2>
113
[2a78ab4]114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
[c3c56b2]118 <segtitle>Installed Programs</segtitle>
[e8f7606]119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
[8e75f8b9]121
[2a78ab4]122 <seglistitem>
[c3c56b2]123 <seg>
124 None
125 </seg>
[e8f7606]126 <seg>
[a4ef8cf]127 liblzo2.so
[e8f7606]128 </seg>
129 <seg>
[0d7900a]130 /usr/include/lzo and
[e8f7606]131 /usr/share/doc/lzo
132 </seg>
[2a78ab4]133 </seglistitem>
134 </segmentedlist>
[8e75f8b9]135
[2a78ab4]136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
[8e75f8b9]140
[747d2fb3]141 <varlistentry id="liblzo2">
[4c24eb0a]142 <term><filename class="libraryfile">liblzo2.so</filename></term>
[2a78ab4]143 <listitem>
[e8f7606]144 <para>
[4c24eb0a]145 is a data compression and decompression library
[e8f7606]146 </para>
[652b18b]147 <indexterm zone="lzo liblzo2">
[a4ef8cf]148 <primary sortas="c-liblzo2">liblzo2.so</primary>
[2a78ab4]149 </indexterm>
150 </listitem>
151 </varlistentry>
[8e75f8b9]152
[2a78ab4]153 </variablelist>
154
155 </sect2>
[ef0e45e4]156
157</sect1>
Note: See TracBrowser for help on using the repository browser.