|
a/website/download.html |
|
b/website/download.html |
|
... |
|
... |
46 |
</tr>
|
46 |
</tr>
|
47 |
</tbody>
|
47 |
</tbody>
|
48 |
</table>
|
48 |
</table>
|
49 |
</p>
|
49 |
</p>
|
50 |
|
50 |
|
51 |
<h2><a>General information and release notes</a></h2>
|
51 |
<h2><a>General information</a></h2>
|
52 |
|
|
|
53 |
<p><em>Installing over an older version</em>: version 1.13/14 indexes are
|
|
|
54 |
mostly compatible with 1.11, but some new, relatively minor,
|
|
|
55 |
features (ie: duplicates collapsing) depend on a full index
|
|
|
56 |
rebuild. The 1.14 date search feature does <i>not</i> need an
|
|
|
57 |
index rebuild, the data was already in the index.
|
|
|
58 |
|
|
|
59 |
<br />If installing over 1.10 or older, you need a full
|
|
|
60 |
rebuild. The best way to do this is to just delete the old
|
|
|
61 |
<span class="filename">.recoll/xapiandb</span> directory,
|
|
|
62 |
especially if the index was created by an older version.
|
|
|
63 |
(ie: <tt>rm -rf ~/.recoll/xapiandb/</tt>). On very
|
|
|
64 |
old indexes, <tt>recollindex -z</tt> may sometimes end
|
|
|
65 |
with a <em>backend doesn't implement metadata</em> error,
|
|
|
66 |
which is wasteful because you then need to delete xapiandb and
|
|
|
67 |
run the indexing again.</p>
|
|
|
68 |
|
52 |
|
69 |
<p>The download page for Recoll 1.13 is
|
53 |
<p>The download page for Recoll 1.13 is
|
70 |
<a href="download-1.13.html">still available</a>.</p>
|
54 |
<a href="download-1.13.html">still available</a>.</p>
|
|
|
55 |
|
71 |
<p>Instructions: <a href="usermanual/rcl.install.html">
|
56 |
<p>Recoll <a href="usermanual/rcl.install.html">
|
72 |
Installation / building manual</a>.</p>
|
57 |
Installation / building manual</a>.</p>
|
73 |
|
58 |
|
74 |
<p>Most binary packages on this page need a Qt 4 runtime
|
59 |
<p>Current <a href="release-1.14.3.html">release notes</a>.</p>
|
75 |
environment (Qt 3.x is specified for a few). To make things easier,
|
|
|
76 |
on systems where Xapian is not available from the standard package
|
|
|
77 |
repositories, the Recoll package will have a static link to Xapian
|
|
|
78 |
so that you do not need to build/install it separately.</p>
|
|
|
79 |
|
60 |
|
80 |
<p>Optional packages used by document filters:
|
61 |
<p>The indexing filters for some document types may need
|
|
|
62 |
external packages not installed on your system by default, and
|
|
|
63 |
not installed automatically with Recoll:
|
81 |
<a href="usermanual/usermanual.html#RCL.INSTALL.EXTERNAL">
|
64 |
<a href="usermanual/usermanual.html#RCL.INSTALL.EXTERNAL">
|
82 |
take a look at the list</a> and decide what you need to
|
65 |
take a look at the list</a> and decide what you need to
|
83 |
install.</p>
|
66 |
install.</p>
|
84 |
|
67 |
|
85 |
<p>The Recoll term explorer tool in phonetic mode (marginally
|
68 |
<p>The Recoll term explorer tool in phonetic mode (marginally
|
|
... |
|
... |
89 |
<p>If you find problems with this page, the package or its
|
72 |
<p>If you find problems with this page, the package or its
|
90 |
installation, <em>please</em>
|
73 |
installation, <em>please</em>
|
91 |
<a href="mailto:jfd@recoll.org">
|
74 |
<a href="mailto:jfd@recoll.org">
|
92 |
report them</a>.</p>
|
75 |
report them</a>.</p>
|
93 |
|
76 |
|
94 |
<h3>What do the release numbers mean?</h3>
|
77 |
<h4>What do the release numbers mean?</h4>
|
95 |
|
78 |
|
96 |
<p>The Recoll releases are numbered X.Y.Z. The X
|
79 |
<p>The Recoll releases are numbered X.Y.Z. The X
|
97 |
would only change for really major modifications like a big
|
80 |
would only change for really major modifications like a big
|
98 |
change in the index format, and possibly won't ever reach
|
81 |
change in the index format, and possibly won't ever reach
|
99 |
2.</p>
|
82 |
2.</p>
|
|
... |
|
... |
116 |
<a href="filters/filters.html">available</a> before the next
|
99 |
<a href="filters/filters.html">available</a> before the next
|
117 |
Recoll release.</p>
|
100 |
Recoll release.</p>
|
118 |
|
101 |
|
119 |
<h2><a name="source">Source</a></h2>
|
102 |
<h2><a name="source">Source</a></h2>
|
120 |
|
103 |
|
121 |
<h3>Current release distribution: 1.14.2:</h3>
|
104 |
<h3>Current release distribution: 1.14.3:</h3>
|
122 |
<!-- Attention: source packages must remain here, not in a
|
105 |
<!-- Attention: source packages must remain here, not in a
|
123 |
subdirectory, because of all the places they're referred from
|
106 |
subdirectory, because of all the places they're referred from
|
124 |
(package watches( -->
|
107 |
(package watches( -->
|
125 |
<p><a href="recoll-1.14.2.tar.gz">recoll-1.14.2.tar.gz</a>.</p>
|
108 |
<p><a href="recoll-1.14.3.tar.gz">recoll-1.14.3.tar.gz</a>.</p>
|
126 |
|
109 |
|
127 |
<h3>Prerequisites for building from source:</h3>
|
110 |
<h3>Prerequisites for building from source:</h3>
|
128 |
<ul>
|
111 |
<ul>
|
129 |
<li>C++ compiler. Its absence sometimes manifests itself by
|
112 |
<li>C++ compiler. Its absence sometimes manifests itself by
|
130 |
strange messages about iconv_open (fixed after 1.13.04).</li>
|
113 |
strange messages about iconv_open (fixed after 1.13.04).</li>
|
|
... |
|
... |
175 |
The trunk is usually a bit on the bleeding edge, but there is
|
158 |
The trunk is usually a bit on the bleeding edge, but there is
|
176 |
always a maintenance branch for the current production version.</p>
|
159 |
always a maintenance branch for the current production version.</p>
|
177 |
|
160 |
|
178 |
<h3>Older recoll releases:</h3>
|
161 |
<h3>Older recoll releases:</h3>
|
179 |
<p>
|
162 |
<p>
|
180 |
<a href="recoll-1.14.0.tar.gz">1.14.0</a>.
|
163 |
<a href="recoll-1.14.2.tar.gz">1.14.2</a>.
|
181 |
<a href="recoll-1.13.04.tar.gz">1.13.04</a>.
|
164 |
<a href="recoll-1.13.04.tar.gz">1.13.04</a>.
|
182 |
<a href="recoll-1.12.4.tar.gz">1.12.4</a>.
|
165 |
<a href="recoll-1.12.4.tar.gz">1.12.4</a>.
|
183 |
<a href="recoll-1.11.4.tar.gz">1.11.4</a>.
|
166 |
<a href="recoll-1.11.4.tar.gz">1.11.4</a>.
|
184 |
<a href="recoll-1.10.6.tar.gz">1.10.6</a>.
|
167 |
<a href="recoll-1.10.6.tar.gz">1.10.6</a>.
|
185 |
<a href="recoll-1.9.0.tar.gz">1.9.0</a>.
|
168 |
<a href="recoll-1.9.0.tar.gz">1.9.0</a>.
|
|
... |
|
... |
199 |
<p>Packages or ports for Recoll are available in the standard
|
182 |
<p>Packages or ports for Recoll are available in the standard
|
200 |
repositories for many distributions.</p>
|
183 |
repositories for many distributions.</p>
|
201 |
<p>However they are often a bit older or built with older Xapian
|
184 |
<p>However they are often a bit older or built with older Xapian
|
202 |
releases. Here follow a number of updated packages and
|
185 |
releases. Here follow a number of updated packages and
|
203 |
instructions for a number of distributions.</p>
|
186 |
instructions for a number of distributions.</p>
|
|
|
187 |
<p>Most binary packages on this page need a Qt 4 runtime
|
|
|
188 |
environment (Qt 3.x is specified for a few). To make things easier,
|
|
|
189 |
on systems where Xapian is not available from the standard package
|
|
|
190 |
repositories, the Recoll package will have a static link to Xapian
|
|
|
191 |
so that you do not need to build/install it separately.</p>
|
204 |
|
192 |
|
205 |
<h3>Ubuntu</h3>
|
193 |
<h3>Ubuntu</h3>
|
206 |
<blockquote>
|
194 |
<blockquote>
|
207 |
<p>There are Personal Package Archives on launchpad.net for
|
195 |
<p>There are Personal Package Archives on launchpad.net for
|
208 |
<a href="http://www.launchpad.net/~xapian-backports/+archive/ppa">
|
196 |
<a href="http://www.launchpad.net/~xapian-backports/+archive/ppa">
|
|
... |
|
... |
325 |
</blockquote>
|
313 |
</blockquote>
|
326 |
|
314 |
|
327 |
<h2><a name="otherbinary">Binary bundles</a></h2>
|
315 |
<h2><a name="otherbinary">Binary bundles</a></h2>
|
328 |
|
316 |
|
329 |
<p>These are just prebuilt trees (without the source files).
|
317 |
<p>These are just prebuilt trees (without the source files).
|
330 |
The executables were built with xapian 1.0.8 (patched for the
|
318 |
Xapian is statically linked. They still depend on Qt. For
|
331 |
NEAR bug) and libiconv 1.9.2 (where relevant) as static
|
|
|
332 |
libraries. They depend on miscellaneous versions of Qt. For
|
|
|
333 |
Solaris, you should be able to find a Qt package on
|
319 |
Solaris, you should be able to find a Qt package on
|
334 |
<a href="http://www.sunfreeware.com/">sunfreeware</a>.</p>
|
320 |
<a href="http://www.sunfreeware.com/">sunfreeware</a>.</p>
|
335 |
|
321 |
|
336 |
<p><a href="usermanual/rcl.install.html">Installation
|
322 |
<p><a href="usermanual/rcl.install.html">Installation
|
337 |
instructions here</a>.</p>
|
323 |
instructions here</a>.</p>
|