mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
move clucene from required to recommended soprano dependencies
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12509 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
17d6b7c15b
commit
e8c07fad59
@ -46,6 +46,11 @@
|
||||
<listitem>
|
||||
<para>January 2nd, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Move CLucene from required to recommended dependencies
|
||||
for Soprano, reported by Armin K. Fixes <ulink
|
||||
url="&blfs-ticket-root;4514">#4514</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Use CLucene tarball instead of git checkout, thanks to
|
||||
Thomas Trepl. Fixes <ulink url="&blfs-ticket-root;4515">#4515</ulink>.</para>
|
||||
|
@ -85,13 +85,13 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="cmake"/>,
|
||||
<xref linkend="qt4"/>,
|
||||
<xref linkend="redland"/>, and
|
||||
<xref linkend="clucene"/>
|
||||
<xref linkend="qt4"/>, and
|
||||
<xref linkend="redland"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended (Required if building KDE)</bridgehead>
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="clucene"/>,
|
||||
<xref linkend="dbus"/>,
|
||||
<xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
|
||||
<xref linkend="virtuoso"/> is required as a runtime dependency for this
|
||||
@ -140,6 +140,11 @@ make</userinput></screen>
|
||||
to apply higher level of the compiler optimizations.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>-DSOPRANO_DISABLE_CLUCENE_INDEX=ON</option>: This switch disables
|
||||
compilation of Clucene-based full-text index.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
|
Loading…
Reference in New Issue
Block a user