mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Added NASM and Dmalloc as optional dependencies of LZO
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2941 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c91f7a8713
commit
f62d6bc3a0
@ -9,7 +9,6 @@
|
||||
<!ENTITY LZO-size "421 KB">
|
||||
<!ENTITY LZO-buildsize "5.4 MB">
|
||||
<!ENTITY LZO-time "0.22 SBU">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="LZO" xreflabel="LZO-&LZO-version;">
|
||||
@ -22,11 +21,11 @@
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application><acronym>LZO</acronym></application></title>
|
||||
|
||||
|
||||
<para><application><acronym>LZO</acronym></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>
|
||||
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url="&LZO-download-http;"/></para></listitem>
|
||||
@ -35,35 +34,43 @@ This means it favors speed over compression ratio.</para>
|
||||
<listitem><para>Estimated Disk space required: &LZO-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: &LZO-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
<sect3><title><application><acronym>LZO</acronym></application>
|
||||
dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="NASM"/> and
|
||||
<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application><acronym>LZO</acronym></application></title>
|
||||
|
||||
|
||||
<para>Install <application><acronym>LZO</acronym></application> by running the
|
||||
following commands:</para>
|
||||
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --enable-shared &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
|
||||
<para><application><acronym>LZO</acronym></application> package provides
|
||||
<filename class="libraryfile">liblzo</filename> library.</para>
|
||||
|
||||
the <filename class="libraryfile">liblzo</filename> library.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
|
||||
<sect3><title>liblzo</title>
|
||||
<para><filename class="libraryfile">liblzo</filename>
|
||||
is a data compression and decompression library.</para></sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 15th, 2004 [randy]: Added NASM and Dmalloc
|
||||
as optional dependencies of LZO.</para></listitem>
|
||||
|
||||
<listitem><para>November 15th, 2004 [igor]: Updated to
|
||||
PPP-2.4.3.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user