Changeset 31eb657


Ignore:
Timestamp:
04/15/2005 04:53:05 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6925923
Parents:
7af011c6
Message:

Updated build entities and added documentation installation commands and indexing tags to the LZO instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3731 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7af011c6 r31eb657  
    1 <!ENTITY day          "14">
     1<!ENTITY day          "15">
    22<!ENTITY month        "04">
    33<!ENTITY year         "2005">
  • general/genlib/lzo.xml

    r7af011c6 r31eb657  
    88<!ENTITY LZO-download-ftp "http://ftp.uni-koeln.de/util/arc/lzo-&LZO-version;.tar.gz">
    99<!ENTITY LZO-md5sum "ab94d3da364c7cbd5b78d76f1875b0f6">
    10 <!ENTITY LZO-size "421 KB">
    11 <!ENTITY LZO-buildsize "5.4 MB">
    12 <!ENTITY LZO-time "0.22 SBU">
     10<!ENTITY LZO-size "426 KB">
     11<!ENTITY LZO-buildsize "7.5 MB">
     12<!ENTITY LZO-time "0.24 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="LZO.html"?>
    2121<title><acronym>LZO</acronym>-&LZO-version;</title>
     22<indexterm zone="LZO">
     23<primary sortas="a-LZO">LZO</primary></indexterm>
    2224
    2325<sect2>
     
    5961
    6062<screen><userinput><command>./configure --prefix=/usr --enable-shared &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     63make</command></userinput></screen>
     64
     65<para>Now, as the root user:</para>
     66
     67<screen><userinput role='root'><command>make install &amp;&amp;
     68install -v -m755 -d /usr/share/doc/lzo-&LZO-version; &amp;&amp;
     69install -v -m644 doc/* /usr/share/doc/lzo-&LZO-version;</command></userinput></screen>
    6370
    6471</sect2>
     
    6774<title>Contents</title>
    6875
    69 <para><application><acronym>LZO</acronym></application> package provides
    70 the <filename class="libraryfile">liblzo</filename> library.</para>
     76<segmentedlist>
     77<segtitle>Installed Programs</segtitle>
     78<segtitle>Installed Library</segtitle>
     79<segtitle>Installed Directory</segtitle>
    7180
    72 </sect2>
     81<seglistitem>
     82<seg>None</seg>
     83<seg>liblzo.[so,a]</seg>
     84<seg>/usr/share/doc/lzo-&LZO-version;</seg>
     85</seglistitem>
     86</segmentedlist>
    7387
    74 <sect2><title>Description</title>
     88<variablelist>
     89<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     90<?dbfo list-presentation="list"?>
    7591
    76 <sect3><title>liblzo</title>
    77 <para><filename class="libraryfile">liblzo</filename>
    78 is a data compression and decompression library.</para></sect3>
     92<varlistentry id="liblzo">
     93<term><filename class='libraryfile'>liblzo.[so,a]</filename></term>
     94<listitem><para>is a data compression and decompression library.</para>
     95<indexterm zone="LZO liblzo">
     96<primary sortas="c-liblzo">liblzo.[so,a]</primary>
     97</indexterm></listitem>
     98</varlistentry>
     99</variablelist>
    79100
    80101</sect2>
  • introduction/welcome/changelog.xml

    r7af011c6 r31eb657  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>April 15th, 2005 [randy]: Added documentation installation
     26commands to the LZO instructions.</para></listitem>
    2427
    2528<listitem><para>April 14th, 2005 [randy]: Updated to libxklavier-2.0 and
Note: See TracChangeset for help on using the changeset viewer.