small doc and cleanup fixes
This commit is contained in:
parent
6f13c8c5f7
commit
016a6fd2cc
@ -75,6 +75,8 @@ src/qtgui/i18n/*.qm
|
|||||||
src/qtgui/recoll
|
src/qtgui/recoll
|
||||||
src/qtgui/recoll.pro
|
src/qtgui/recoll.pro
|
||||||
src/query/alldeps
|
src/query/alldeps
|
||||||
|
src/query/recollq
|
||||||
|
src/query/xadump
|
||||||
src/recollinstall
|
src/recollinstall
|
||||||
src/sampleconf/recoll.conf
|
src/sampleconf/recoll.conf
|
||||||
website/usermanual/*
|
website/usermanual/*
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.13.03
|
1.14.0
|
||||||
|
|||||||
@ -2967,9 +2967,10 @@ while query.next >= 0 and query.next < nres:
|
|||||||
<varlistentry id="rcl.install.config.recollconf.topdirs">
|
<varlistentry id="rcl.install.config.recollconf.topdirs">
|
||||||
<term><literal>topdirs</literal></term>
|
<term><literal>topdirs</literal></term>
|
||||||
<listitem><para>Specifies the list of directories or files to
|
<listitem><para>Specifies the list of directories or files to
|
||||||
index (recursively for directories). The indexer will not
|
index (recursively for directories). You can use symbolic links
|
||||||
follow symbolic links inside the indexed trees by default
|
as elements of this list. See the
|
||||||
(see the <literal>followLinks</literal> options though).</para>
|
<literal>followLinks</literal> option about following symbolic links
|
||||||
|
found under the top elements (not followed by default).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|||||||
@ -102,13 +102,17 @@
|
|||||||
slower indexing for doc files.</li>
|
slower indexing for doc files.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2><a name="b_1_13_02">recoll 1.13.02</h2>
|
|
||||||
<p>Stemming is completely broken. The stemming database is not
|
|
||||||
created at all. Things may sort of work as long as an older stemming
|
|
||||||
database is around (which is why this was not discovered earlier.</p>
|
|
||||||
|
|
||||||
<h2><a name="b_1_13_01">recoll 1.13.01 + xapian
|
<h2><a name="b_1_13_02">recoll 1.13.02</h2>
|
||||||
1.0.16</a></h2>
|
<li>Fix stemming which was completely broken in the 1.13
|
||||||
|
series. The stemming database was not
|
||||||
|
created at all. Things would sort of work as long as an older stemming
|
||||||
|
database was around (which is why this was not discovered earlier.</li>
|
||||||
|
<li>Fix the lyx filter to properly handle embedded white space in
|
||||||
|
file paths.</li>
|
||||||
|
|
||||||
|
|
||||||
|
<h2><a name="b_1_13_01">recoll 1.13.01 + xapian 1.0.16</a></h2>
|
||||||
|
|
||||||
<li>The GUI display is completely garbled under
|
<li>The GUI display is completely garbled under
|
||||||
Qt 4.6.1 and newer. This is a Qt bug, and a workaround was put
|
Qt 4.6.1 and newer. This is a Qt bug, and a workaround was put
|
||||||
@ -123,7 +127,9 @@
|
|||||||
#if QT_VERSION >= 0x040601
|
#if QT_VERSION >= 0x040601
|
||||||
</pre>
|
</pre>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<h2><a name="b_1_13_00">recoll 1.13.01 + xapian 1.0.16</a></h2>
|
<h2><a name="b_1_13_00">recoll 1.13.01 + xapian 1.0.16</a></h2>
|
||||||
|
|
||||||
<li>The field value was ignored in field searches for phrases or
|
<li>The field value was ignored in field searches for phrases or
|
||||||
capitalized words (ie: author:John or title:"the title").</li>
|
capitalized words (ie: author:John or title:"the title").</li>
|
||||||
<li>The GUI would sometimes crash during the first execution,
|
<li>The GUI would sometimes crash during the first execution,
|
||||||
@ -131,6 +137,8 @@
|
|||||||
<li>kio-recoll was not fully updated for 1.13 internals.</li>
|
<li>kio-recoll was not fully updated for 1.13 internals.</li>
|
||||||
<li>Would not compile on Solaris 8.</li>
|
<li>Would not compile on Solaris 8.</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2><a name="b_1_12_4">1.12.4</a></h2>
|
<h2><a name="b_1_12_4">1.12.4</a></h2>
|
||||||
<li>There are two bugs specific to 64 bits system, affecting
|
<li>There are two bugs specific to 64 bits system, affecting
|
||||||
HTML display inside the preview window (wrong character set
|
HTML display inside the preview window (wrong character set
|
||||||
|
|||||||
@ -34,10 +34,8 @@
|
|||||||
<h2><a name="1.13.04">1.13.04</a></h2>
|
<h2><a name="1.13.04">1.13.04</a></h2>
|
||||||
<p>Provide a set of configuration defaults so that compilation has a
|
<p>Provide a set of configuration defaults so that compilation has a
|
||||||
chance to succeed on unknown systems.</p>
|
chance to succeed on unknown systems.</p>
|
||||||
<p>Fix the lyx filter to properly handle embedded white space in
|
|
||||||
file paths.</p>
|
|
||||||
<p>Fixed stemming. This was completely broken in 1.13...</p>
|
|
||||||
<p>Install icon to the pixmaps directory.</p>
|
<p>Install icon to the pixmaps directory.</p>
|
||||||
|
<p><a href="BUGS.html#b_1_13_02">Fixed bugs</a></p>
|
||||||
|
|
||||||
<h2><a name="1.13.02">1.13.02</a></h2>
|
<h2><a name="1.13.02">1.13.02</a></h2>
|
||||||
<p>This version has a single fix to work around a problem in the
|
<p>This version has a single fix to work around a problem in the
|
||||||
|
|||||||
@ -55,10 +55,10 @@
|
|||||||
features (ie: duplicates collapsing) depend on a full index
|
features (ie: duplicates collapsing) depend on a full index
|
||||||
rebuild.
|
rebuild.
|
||||||
|
|
||||||
<br>If installing over 1.10 or older, you need a full
|
<br />If installing over 1.10 or older, you need a full
|
||||||
rebuild. The best way to do this is to just delete the old
|
rebuild. The best way to do this is to just delete the old
|
||||||
xapiandb directory, especially if the index was created by an
|
<span class="filename">.recoll/xapiandb</class> directory,
|
||||||
older version.
|
especially if the index was created by an older version.
|
||||||
(ie: <tt>rm -rf ~/.recoll/xapiandb/</tt>). On very
|
(ie: <tt>rm -rf ~/.recoll/xapiandb/</tt>). On very
|
||||||
old indexes, <tt>recollindex -z</tt> may sometimes end
|
old indexes, <tt>recollindex -z</tt> may sometimes end
|
||||||
with a <em>backend doesn't implement metadata</em> error,
|
with a <em>backend doesn't implement metadata</em> error,
|
||||||
@ -71,9 +71,10 @@
|
|||||||
Installation / building manual</a>.</p>
|
Installation / building manual</a>.</p>
|
||||||
|
|
||||||
<p>Most binary packages on this page need a Qt 3.3 runtime
|
<p>Most binary packages on this page need a Qt 3.3 runtime
|
||||||
environment (QT 4.x is specified for a few). They are
|
environment (Qt 4.x is specified for a few). To make things easier,
|
||||||
statically linked with Xapian, which you don't need to
|
on systems where Xapian is not available from the standard package
|
||||||
install separately.</p>
|
repositories, the Recoll package will have a static link to Xapian
|
||||||
|
so that you do not need to build/install it separately.</p>
|
||||||
|
|
||||||
<p>Optional packages used by document filters:
|
<p>Optional packages used by document filters:
|
||||||
<a href="usermanual/usermanual.html#RCL.INSTALL.EXTERNAL">
|
<a href="usermanual/usermanual.html#RCL.INSTALL.EXTERNAL">
|
||||||
@ -95,10 +96,11 @@
|
|||||||
would only change for really major modifications like a big
|
would only change for really major modifications like a big
|
||||||
change in the index format, and possibly won't ever reach
|
change in the index format, and possibly won't ever reach
|
||||||
2.</p>
|
2.</p>
|
||||||
|
|
||||||
<p>Y is for functional modifications. These may bring bugs, so
|
<p>Y is for functional modifications. These may bring bugs, so
|
||||||
if you don't need the new features,
|
if you don't need the new features, you may want to wait a little,
|
||||||
you may want to wait a little, and especially skip the first
|
and especially skip the first release (X.Y.0), at least for a few
|
||||||
release (X.Y.0), at least for a few weeks.</p>
|
weeks.</p>
|
||||||
|
|
||||||
<p>Z changes for <a href="BUGS.html">bug fixes</a> only,
|
<p>Z changes for <a href="BUGS.html">bug fixes</a> only,
|
||||||
and moving from X.Y.Z to X.Y.Z+u should in general involve
|
and moving from X.Y.Z to X.Y.Z+u should in general involve
|
||||||
@ -123,16 +125,16 @@
|
|||||||
(package watches( -->
|
(package watches( -->
|
||||||
|
|
||||||
<a href="recoll-1.13.04.tar.gz">recoll-1.13.04.tar.gz</a>.
|
<a href="recoll-1.13.04.tar.gz">recoll-1.13.04.tar.gz</a>.
|
||||||
Recoll 1.13.04 fixes stemming, which was broken in 1.13.02.
|
Recoll 1.13.04 fixes stemming, which was broken in 1.13.
|
||||||
<a href="CHANGES.html">Changes</a>. <a href="BUGS.html">Bugs</a>.
|
<a href="CHANGES.html">Changes</a>. <a href="BUGS.html">Bugs</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>In order to build Recoll from source, you will need to install
|
<p>If you want to build Recoll from source, you will need to install
|
||||||
the Xapian core development libraries. You will find source and binary
|
the Xapian core development libraries. You will find source and
|
||||||
packages on the <a href="http://www.xapian.org/download.php">
|
binary packages on the <a href="http://www.xapian.org/download.php">
|
||||||
Xapian download page</a>.
|
Xapian download page</a>.
|
||||||
Recoll 1.13 needs at least xapian 1.0.5, I suggest using the
|
Recoll 1.13 needs at least xapian 1.0.5, I suggest using the
|
||||||
latest 1.0 Xapian (1.0.17 currently). It's at least quite
|
latest 1.0 Xapian (1.0.18 currently). It's at least quite
|
||||||
preferable to use a Xapian version after 1.0.12 as they don't
|
preferable to use a Xapian version after 1.0.12 as they don't
|
||||||
need the <a href="BUGS.html#XapianNearPatch">NEAR patch</a>
|
need the <a href="BUGS.html#XapianNearPatch">NEAR patch</a>
|
||||||
any more.</p>
|
any more.</p>
|
||||||
@ -145,11 +147,11 @@
|
|||||||
automatically be configured to build with Qt 4 if the version
|
automatically be configured to build with Qt 4 if the version
|
||||||
of qmake found in $PATH:$QTDIR/bin is for Qt 4 (you can also
|
of qmake found in $PATH:$QTDIR/bin is for Qt 4 (you can also
|
||||||
set the QMAKE variable to explicitely choose the
|
set the QMAKE variable to explicitely choose the
|
||||||
desired version, like QMAKE=qmake-qt4).</td></tr>
|
desired version, like <tt>QMAKE=qmake-qt4</tt>).</td></tr>
|
||||||
<tr><td></td><td>
|
<tr><td></td><td>
|
||||||
There seems to be a few issues in Qt 4.4.0 (2008-08-23),
|
There seems to be a few issues in Qt 4.4.0 (2008-08-23),
|
||||||
resulting in problems when displaying the Recoll result
|
resulting in problems when displaying the Recoll result
|
||||||
list. <br> Qt 4.3, 4.4.x,4.5 and 4.6.0 seem to work fine.
|
list. <br> Qt 4.3, 4.4.x,4.5 and 4.6 seem to work fine.
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@ -187,18 +189,17 @@
|
|||||||
|
|
||||||
<h3>Ubuntu</h3>
|
<h3>Ubuntu</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>There are Personal Package Archives on
|
<p>There are Personal Package Archives on launchpad.net for
|
||||||
launchpad.net for
|
|
||||||
<a href="http://www.launchpad.net/~xapian-backports/+archive/ppa">
|
<a href="http://www.launchpad.net/~xapian-backports/+archive/ppa">
|
||||||
Xapian</a>,
|
Xapian</a>,
|
||||||
<a href="http://www.launchpad.net/~recoll-backports/+archive/ppa">
|
<a href="http://www.launchpad.net/~recoll-backports/+archive/ppa">
|
||||||
Recoll and kio-recoll</a>. These were built from the latest versions,
|
Recoll and kio-recoll</a>. These were built from the latest versions,
|
||||||
for a set of Ubuntu series. You just need to add the
|
for a set of Ubuntu series. You just need to add the
|
||||||
PPAs to your system software sources (the instructions are on
|
PPAs to your system software sources (the instructions are on
|
||||||
the PPA page), and you can then install the normal package
|
the PPA page), and you can then install the normal package
|
||||||
manager to install or update Recoll and Xapian. To avoid
|
manager to install or update Recoll and Xapian. To avoid
|
||||||
messages about signature errors, you will have to import the
|
messages about signature errors, you will have to import the
|
||||||
Recoll and Xapian public keys: <pre><tt>
|
Recoll and Xapian public keys (as root): <pre><tt>
|
||||||
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
||||||
gpg --export --armor 9DA85604 | sudo apt-key add -
|
gpg --export --armor 9DA85604 | sudo apt-key add -
|
||||||
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
||||||
@ -209,8 +210,8 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
|
|
||||||
<h3>RPMS</h3> <p><i>Except if specified otherwise, the
|
<h3>RPMS</h3> <p><i>Except if specified otherwise, the
|
||||||
executables inside the binary rpms which follow have a
|
executables inside the binary rpms which follow have a
|
||||||
static link to Xapian 1.0.16, there is no real dependency except Qt 3
|
static link to Xapian (1.0.16-18), there is no real dependency
|
||||||
or Qt 4.<br>
|
except Qt 3 or Qt 4.<br>
|
||||||
Some Fedora and Mandriva packages unfortunately think that they
|
Some Fedora and Mandriva packages unfortunately think that they
|
||||||
depend on exiftool (which is needed by the little used jpeg
|
depend on exiftool (which is needed by the little used jpeg
|
||||||
info filter), due to excessive rpmbuild cleverness.
|
info filter), due to excessive rpmbuild cleverness.
|
||||||
@ -220,70 +221,56 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<h3>Fedora</h3>
|
<h3>Fedora</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><b>Fedora Core 6 with Qt 3.3.8</b>
|
<p><b>Fedora Core 6 with Qt 3.3.8</b>
|
||||||
<a href="fc6/recoll-1.13.01-1.i586.rpm">
|
<a href="fc6/recoll-1.13.04-1.i586.rpm">
|
||||||
recoll-1.13.01-1.i586.rpm</a>.
|
recoll-1.13.04-1.i586.rpm</a>.
|
||||||
Source:
|
Source:
|
||||||
<a href="fc6/recoll-1.13.01-1.src.rpm">
|
<a href="fc6/recoll-1.13.04-1.src.rpm">
|
||||||
recoll-1.13.01-1.src.rpm</a>
|
recoll-1.13.04-1.src.rpm</a>
|
||||||
This package usually also installs and runs on Fedora 9.
|
This package usually also installs and runs on Fedora 9.
|
||||||
</p>
|
</p>
|
||||||
<p><b>Fedora Core 10 with Qt 4</b>
|
<p><b>Fedora Core 10 with Qt 4</b>
|
||||||
<a href="fc10/recoll-1.13.01-1.fc10.i586.rpm">
|
<a href="fc10/recoll-1.13.04-1.fc10.i586.rpm">
|
||||||
recoll-1.13.01-1.fc10.i586.rpm</a>.
|
recoll-1.13.04-1.fc10.i586.rpm</a>.
|
||||||
Source:
|
Source:
|
||||||
<a href="fc10/recoll-1.13.01-1.fc10.src.rpm">
|
<a href="fc10/recoll-1.13.04-1.fc10.src.rpm">
|
||||||
recoll-1.13.01-1.fc10.src.rpm</a>
|
recoll-1.13.04-1.fc10.src.rpm</a>
|
||||||
</p>
|
</p>
|
||||||
<p><b>Fedora Core 12 with Qt 4</b>
|
<p><b>Fedora Core 12 with Qt 4</b>
|
||||||
This build is not statically linked, but depends on the
|
This build is not statically linked, but depends on the
|
||||||
regular Xapian and zlib rpms from the Fedora repositories.
|
regular Xapian and zlib rpms from the Fedora repositories.
|
||||||
<a href="fc12/recoll-1.13.01-2.fc12.i586.rpm">
|
<a href="fc12/recoll-1.13.04-1.fc12.i586.rpm">
|
||||||
recoll-1.13.01-2.fc12.i586.rpm</a>.
|
recoll-1.13.04-1.fc12.i586.rpm</a>.
|
||||||
Source:
|
Source:
|
||||||
<a href="fc12/recoll-1.13.01-2.fc12.src.rpm">
|
<a href="fc12/recoll-1.13.04-1.fc12.src.rpm">
|
||||||
recoll-1.13.01-2.fc12.src.rpm</a>
|
recoll-1.13.04-1.fc12.src.rpm</a>
|
||||||
</p>
|
</p>
|
||||||
<p>More builds contributed by Terry, thanks. 64 bits versions
|
<p>More builds contributed by Terry, thanks. 64 bits versions
|
||||||
are included and the spec file is improved and should help
|
are included and the spec file is improved and should help
|
||||||
those who want to rebuild from the source rpms. Normally linked
|
those who want to rebuild from the source rpms. Normally linked
|
||||||
(need Xapian and zlib libraries):</p>
|
(need Xapian and zlib libraries):</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><b>Fedora Core 11 with Qt 4</b>
|
|
||||||
<a href="fc11/recoll-1.13.01-3.fc11.i586.rpm">
|
|
||||||
recoll-1.13.01-3.fc11.i586.rpm</a>.
|
|
||||||
<a href="fc11/recoll-1.13.01-3.fc11.x86_64.rpm">
|
|
||||||
recoll-1.13.01-3.fc11.x86_64.rpm</a>.
|
|
||||||
Source:
|
|
||||||
<a href="fc11/recoll-1.13.01-3.fc11.src.rpm">
|
|
||||||
recoll-1.13.01-3.fc11.src.rpm</a>
|
|
||||||
</p>
|
|
||||||
<p><b>Fedora Core 12 with Qt 4</b>
|
<p><b>Fedora Core 12 with Qt 4</b>
|
||||||
This build is not statically linked, but depends on the
|
This build is not statically linked, but depends on the
|
||||||
regular Xapian and zlib rpms from the Fedora repositories.
|
regular Xapian and zlib rpms from the Fedora repositories.
|
||||||
<a href="fc12/recoll-1.13.01-3.fc12.i686.rpm">
|
<a href="fc12/recoll-1.13.04-1.fc12.x86_64.rpm">
|
||||||
recoll-1.13.01-3.fc12.i686.rpm</a>.
|
recoll-1.13.04-1.fc12.x86_64.rpm</a>.
|
||||||
<a href="fc12/recoll-1.13.01-3.fc12.x86_64.rpm">
|
|
||||||
recoll-1.13.01-3.fc12.x86_64.rpm</a>.
|
|
||||||
Source:
|
|
||||||
<a href="fc12/recoll-1.13.01-3.fc12.src.rpm">
|
|
||||||
recoll-1.13.01-3.fc12.src.rpm</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>OpenSUSE</h3>
|
<h3>OpenSUSE</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><b>OpenSUSE 11.0 with qt3</b>:
|
<p><b>OpenSUSE 11.0 with qt3</b>:
|
||||||
<a href="suse11.0/recoll-1.13.01-0.i586.rpm">
|
<a href="suse11.0/recoll-1.13.04-0.i586.rpm">
|
||||||
recoll-1.13.01-0.i586.rpm</a>.
|
recoll-1.13.04-0.i586.rpm</a>.
|
||||||
Source: <a href="suse11.0/recoll-1.13.01-0.src.rpm">
|
Source: <a href="suse11.0/recoll-1.13.04-0.src.rpm">
|
||||||
recoll-1.13.01-0.src.rpm</a></p>
|
recoll-1.13.04-0.src.rpm</a></p>
|
||||||
<p><b>OpenSUSE 11.2 with qt4</b>:
|
<p><b>OpenSUSE 11.2 with qt4</b>:
|
||||||
<a href="suse11.2/recoll-1.13.01-0.i586.rpm">
|
<a href="suse11.2/recoll-1.13.04-0.i586.rpm">
|
||||||
recoll-1.13.01-0.i586.rpm</a>.
|
recoll-1.13.04-0.i586.rpm</a>.
|
||||||
Source: <a href="suse11.2/recoll-1.13.01-0.src.rpm">
|
Source: <a href="suse11.2/recoll-1.13.04-0.src.rpm">
|
||||||
recoll-1.13.01-0.src.rpm</a></p>
|
recoll-1.13.04-0.src.rpm</a></p>
|
||||||
<p>If you build from source on OpenSUSE 11, note that the default
|
<p>If you build from source on OpenSUSE 11, note that the default
|
||||||
qt4 version on some systems is 4.4.0 which will badly
|
qt4 version on some systems is 4.4.0 which will badly
|
||||||
display the the result list icons. Use qt3 or install a
|
display the the result list icons. Use qt3 or install a
|
||||||
@ -294,11 +281,11 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
||||||
<p><b>Mandriva 2008 with Qt 4</b>:
|
<p><b>Mandriva 2008 with Qt 4</b>:
|
||||||
<a href="mandriva2008spring/recoll-1.13.01-1mdv2008.1.i586.rpm">
|
<a href="mandriva2008spring/recoll-1.13.04-1mdv2008.1.i586.rpm">
|
||||||
recoll-1.13.01-1mdv2008.1.i586.rpm</a>.
|
recoll-1.13.04-1mdv2008.1.i586.rpm</a>.
|
||||||
Source:
|
Source:
|
||||||
<a href="mandriva2008spring/recoll-1.13.01-1mdv2008.1.src.rpm">
|
<a href="mandriva2008spring/recoll-1.13.04-1mdv2008.1.src.rpm">
|
||||||
recoll-1.13.01-1mdv2008.1.src.rpm</a>
|
recoll-1.13.04-1mdv2008.1.src.rpm</a>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
@ -319,9 +306,9 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<p>The FreeBSD ports track the Recoll releases quite
|
<p>The FreeBSD ports track the Recoll releases quite
|
||||||
closely, so there is actually little point in using the
|
closely, so there is actually little point in using the
|
||||||
following. Only for the <i>really</i> impatient:</p>
|
following. Only for the <i>really</i> impatient:</p>
|
||||||
<p><b>FreeBSD 7.2 i386 Qt 4.5.3</b>:
|
<p><b>FreeBSD 7.2 i386 Qt 4.6.1</b>:
|
||||||
<a href="freebsd/recoll-1.13.01-FreeBSD-7.2-STABLE.tgz">
|
<a href="freebsd/recoll-1.13.04-FreeBSD-7.3-PRERELEASE.tgz">
|
||||||
recoll-1.13.01-FreeBSD-7.2-STABLE.tgz</a>
|
recoll-1.13.04-FreeBSD-7.3-PRERELEASE.tgz</a>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
@ -332,8 +319,8 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
thread. See <a href="BUGS.html">errata</a>.
|
thread. See <a href="BUGS.html">errata</a>.
|
||||||
|
|
||||||
<p><b>Solaris 8 SPARC</b>:
|
<p><b>Solaris 8 SPARC</b>:
|
||||||
<a href="sunos/recoll-1.13.01-SunOS-5.8.tgz">
|
<a href="sunos/recoll-1.13.04-SunOS-5.8.tgz">
|
||||||
recoll-1.13.01-SunOS-5.8.tgz</a>. </p>
|
recoll-1.13.04-SunOS-5.8.tgz</a>. </p>
|
||||||
|
|
||||||
<p>Recoll also builds and runs on Solaris 10, but, given the
|
<p>Recoll also builds and runs on Solaris 10, but, given the
|
||||||
situation (2008) of open source packages for Solaris (very old
|
situation (2008) of open source packages for Solaris (very old
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user