Changeset 17d6b7c
- Timestamp:
- 01/02/2014 08:57:30 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e8c07fad
- Parents:
- e4a1f8a9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/clucene.xml
re4a1f8a9 r17d6b7c 5 5 %general-entities; 6 6 7 <!ENTITY clucene-download-http " 7 <!ENTITY clucene-download-http "http://downloads.sourceforge.net/clucene/clucene-core-&clucene-version;.tar.gz"> 8 8 <!ENTITY clucene-download-ftp " "> 9 <!ENTITY clucene-md5sum " 10 <!ENTITY clucene-size " 19MB">11 <!ENTITY clucene-buildsize " 86MB">9 <!ENTITY clucene-md5sum "48d647fbd8ef8889e5a7f422c1bfda94"> 10 <!ENTITY clucene-size "2.2 MB"> 11 <!ENTITY clucene-buildsize "78 MB"> 12 12 <!ENTITY clucene-time "0.8 SBU"> 13 13 ]> … … 43 43 <para>Download (FTP): <ulink url="&clucene-download-ftp;"/></para> 44 44 </listitem> 45 <!--46 45 <listitem> 47 46 <para>Download MD5 sum: &clucene-md5sum;</para> 48 47 </listitem> 49 -->50 48 <listitem> 51 49 <para>Download size: &clucene-size;</para> … … 71 69 <bridgehead renderas="sect4">Required</bridgehead> 72 70 <para role="required"> 73 <xref linkend="git"/> and74 71 <xref linkend="cmake"/> 75 72 </para> … … 87 84 <sect2 role="installation"> 88 85 <title>Installation of CLucene</title> 89 90 <para>91 Since <application>CLucene</application> developers haven't released any92 tarballs yet, to obtain the source code first clone93 <application>CLucene</application> git repository then checkout the94 &clucene-version; version:95 </para>96 97 <screen><userinput>git clone git://clucene.git.sourceforge.net/gitroot/clucene/clucene &&98 cd clucene &&99 git checkout tags/clucene-src-&clucene-version;</userinput></screen>100 86 101 87 <para>Install <application>CLucene</application> by running the following -
introduction/welcome/changelog.xml
re4a1f8a9 r17d6b7c 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[igor] - Use CLucene tarball instead of git checkout, thanks to 51 Thomas Trepl. Fixes <ulink url="&blfs-ticket-root;4515">#4515</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[fernando] - Fixes for the book (patch received, thanks). Fixes 51 55 <ulink url="&blfs-ticket-root;4513">#4513</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.