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
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lzo-download-http "https://www.oberhumer.com/opensource/lzo/download/lzo-&lzo-version;.tar.gz">
8 <!ENTITY lzo-download-ftp " ">
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)">
13]>
14
15<sect1 id="lzo" xreflabel="LZO-&lzo-version;">
16 <?dbhtml filename="lzo.html"?>
17
18
19 <title>LZO-&lzo-version;</title>
20
21 <indexterm zone="lzo">
22 <primary sortas="a-LZO">LZO</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LZO</title>
27
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>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&lzo-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&lzo-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &lzo-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &lzo-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &lzo-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &lzo-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/lzo"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of LZO</title>
77
78 <para>
79 Install <application>LZO</application> by running the
80 following commands:
81 </para>
82
83<screen><userinput>./configure --prefix=/usr \
84 --enable-shared \
85 --disable-static \
86 --docdir=/usr/share/doc/lzo-&lzo-version; &amp;&amp;
87make</userinput></screen>
88
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>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
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
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 None
122 </seg>
123 <seg>
124 liblzo2.so
125 </seg>
126 <seg>
127 /usr/include/lzo and
128 /usr/share/doc/lzo
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="liblzo2">
139 <term><filename class="libraryfile">liblzo2.so</filename></term>
140 <listitem>
141 <para>
142 is a data compression and decompression library
143 </para>
144 <indexterm zone="lzo liblzo2">
145 <primary sortas="c-liblzo2">liblzo2.so</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.