Ignore:
Timestamp:
03/10/2020 02:12:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 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
Children:
bad2cbca
Parents:
ddc634b
Message:

Format general libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/clucene.xml

    rddc634b rd56e7df  
    3030    <title>Introduction to CLucene</title>
    3131
    32     <para><application>CLucene</application> is a C++ version of Lucene, a
    33     high performance text search engine.</para>
     32    <para>
     33      <application>CLucene</application> is a C++ version of Lucene, a
     34      high performance text search engine.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&clucene-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&clucene-download-http;"/>
     44        </para>
    4145      </listitem>
    4246      <listitem>
    43         <para>Download (FTP): <ulink url="&clucene-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&clucene-download-ftp;"/>
     49        </para>
    4450      </listitem>
    4551      <listitem>
    46         <para>Download MD5 sum: &clucene-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &clucene-md5sum;
     54        </para>
    4755      </listitem>
    4856      <listitem>
    49         <para>Download size: &clucene-size;</para>
     57        <para>
     58          Download size: &clucene-size;
     59        </para>
    5060      </listitem>
    5161      <listitem>
    52         <para>Estimated disk space required: &clucene-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &clucene-buildsize;
     64        </para>
    5365      </listitem>
    5466      <listitem>
    55         <para>Estimated build time: &clucene-time;</para>
     67        <para>
     68          Estimated build time: &clucene-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    6074    <itemizedlist spacing='compact'>
    6175      <listitem>
    62         <para>Required patch: <ulink
    63         url="&patch-root;/clucene-&clucene-version;-contribs_lib-1.patch"/></para>
     76        <para>
     77          Required patch: <ulink
     78          url="&patch-root;/clucene-&clucene-version;-contribs_lib-1.patch"/>
     79        </para>
    6480      </listitem>
    6581    </itemizedlist>
     
    85101    <title>Installation of CLucene</title>
    86102
    87     <para>Install <application>CLucene</application> by running the following
    88     commands:</para>
     103    <para>
     104      Install <application>CLucene</application> by running the following
     105      commands:
     106    </para>
    89107
    90108<screen><userinput>patch -Np1 -i ../clucene-&clucene-version;-contribs_lib-1.patch &amp;&amp;
     
    97115make</userinput></screen>
    98116
    99     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      Now, as the <systemitem class="username">root</systemitem> user:
     119    </para>
    100120
    101121<screen role="root"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.