Ignore:
Timestamp:
05/11/2012 08:27:05 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e9fab3f
Parents:
92513fe
Message:

PyGObject 3.2.1, LZO 2.06, Tcl 8.5.11, Tk 8.5.11. My work is done here.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/lzo.xml

    r92513fe re8f7606  
    66
    77  <!ENTITY LZO-download-http "http://www.oberhumer.com/opensource/lzo/download/lzo-&LZO-version;.tar.gz">
    8   <!ENTITY LZO-download-ftp  "ftp://ftp.uni-koeln.de/util/arc/lzo-&LZO-version;.tar.gz">
    9   <!ENTITY LZO-md5sum        "0c3d078c2e8ea5a88971089a2f02a726">
    10   <!ENTITY LZO-size          "616 KB">
    11   <!ENTITY LZO-buildsize     "9.7 MB">
     8  <!ENTITY LZO-download-ftp  " ">
     9  <!ENTITY LZO-md5sum        "95380bd4081f85ef08c5209f4107e9f8">
     10  <!ENTITY LZO-size          "572 KB">
     11  <!ENTITY LZO-buildsize     "10 MB">
    1212  <!ENTITY LZO-time          "0.3 SBU (additional 0.3 SBU to run the tests)">
    1313]>
     
    3030    <title>Introduction to LZO</title>
    3131
    32     <para><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.</para>
     32    <para>
     33      <application>LZO</application> is a data compression
     34      library which is suitable for data decompression and compression in
     35      real-time. This means it favors speed over compression ratio.
     36    </para>
    3537
    3638    &lfs71_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&LZO-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&LZO-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&LZO-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&LZO-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &LZO-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &LZO-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &LZO-size;</para>
     58        <para>
     59          Download size: &LZO-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &LZO-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &LZO-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &LZO-time;</para>
     68        <para>
     69          Estimated build time: &LZO-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of LZO</title>
    6781
    68     <para>Install <application>LZO</application> by running the
    69     following commands:</para>
     82    <para>
     83      Install <application>LZO</application> by running the
     84      following commands:
     85    </para>
    7086
    7187<screen><userinput>./configure --prefix=/usr --enable-shared &amp;&amp;
    7288make</userinput></screen>
    7389
    74     <para>To test the results, issue: <command>make check</command>. All the
    75     checks should pass. Now issue <command>make test</command> to run the full
    76     suite of tests.</para>
     90    <para>
     91      To test the results, issue: <command>make check</command>. All the
     92      checks should pass. Now issue <command>make test</command> to run the full
     93      suite of tests.
     94    </para>
    7795
    78     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     96    <para>
     97      Now, as the <systemitem class="username">root</systemitem> user:
     98    </para>
    7999
    80 <screen role="root"><userinput>make install &amp;&amp;
    81 install -v -m755 -d /usr/share/doc/lzo-&LZO-version; &amp;&amp;
    82 install -v -m644 doc/* /usr/share/doc/lzo-&LZO-version;</userinput></screen>
     100<screen role="root"><userinput>make install</userinput></screen>
    83101
    84102  </sect2>
     
    88106
    89107    <segmentedlist>
    90       <segtitle>Installed Programs</segtitle>
    91       <segtitle>Installed Library</segtitle>
    92       <segtitle>Installed Directory</segtitle>
     108      <segtitle>Installed Libraries</segtitle>
     109      <segtitle>Installed Directories</segtitle>
    93110
    94111      <seglistitem>
    95         <seg>None</seg>
    96         <seg>liblzo2.{so,a}</seg>
    97         <seg>/usr/include/lzo and /usr/share/doc/lzo-&LZO-version;</seg>
     112        <seg>
     113          liblzo2.{so,a}
     114        </seg>
     115        <seg>
     116          /usr/include/lzo and
     117          /usr/share/doc/lzo
     118        </seg>
    98119      </seglistitem>
    99120    </segmentedlist>
     
    107128        <term><filename class='libraryfile'>liblzo2.{so,a}</filename></term>
    108129        <listitem>
    109           <para>is a data compression and decompression library.</para>
     130          <para>
     131            is a data compression and decompression library.
     132          </para>
    110133          <indexterm zone="LZO liblzo2">
    111134            <primary sortas="c-liblzo2">liblzo2.{so,a}</primary>
Note: See TracChangeset for help on using the changeset viewer.