|
a/website/download.html |
|
b/website/download.html |
|
... |
|
... |
358 |
<h3>Mac port</h3>
|
358 |
<h3>Mac port</h3>
|
359 |
|
359 |
|
360 |
<p>It seems that Recoll will sometimes find data that Spotlight
|
360 |
<p>It seems that Recoll will sometimes find data that Spotlight
|
361 |
misses (especially inside pdfs apparently, which is probably
|
361 |
misses (especially inside pdfs apparently, which is probably
|
362 |
more to the credit of poppler than recoll itself).</p>
|
362 |
more to the credit of poppler than recoll itself).</p>
|
363 |
<p>There is a MacPorts Portfile available for Recoll 1.15.9. It
|
363 |
<p>Recoll is in MacPorts and really easy to install:</p>
|
364 |
is not in the official MacPorts tree though, but you can use it
|
|
|
365 |
outside the tree anyway.</p>
|
|
|
366 |
<p>The following is based on
|
|
|
367 |
the <a href="http://guide.macports.org/#development.local-repositories">
|
|
|
368 |
the MacPort documentation</a>. Procedure:</p>
|
|
|
369 |
<ul>
|
364 |
<ol>
|
370 |
<li>Install <a href="http://www.macports.org/">MacPorts</a>
|
365 |
<li><a href="https://trac.macports.org/wiki/InstallingMacPorts">
|
371 |
if it's not there yet.</li>
|
366 |
Install MacPorts</a>.</li>
|
372 |
<li>Download
|
367 |
<li>Type "sudo port install recoll"</li>
|
373 |
the <a href="files/macport-recoll-1.15.9.tar.gz">recoll
|
|
|
374 |
Portfile tree (tar file)</a>.</li>
|
|
|
375 |
<li>Decide where you want the local port tree to leave (it's
|
|
|
376 |
tiny), ie: /Users/myself/macports.</li>
|
|
|
377 |
<li>Edit /opt/local/etc/macports/sources.conf, and insert a URL
|
|
|
378 |
pointing to your local repository before the rsync one:
|
|
|
379 |
<pre>
|
|
|
380 |
file:///Users/myself/macports
|
|
|
381 |
rsync://rsync.macports.org/release/ports [default]
|
|
|
382 |
</pre>
|
|
|
383 |
</li>
|
|
|
384 |
<li>Extract the port tar file inside your local tree:
|
|
|
385 |
<pre>
|
|
|
386 |
cd /Users/myself/macports
|
|
|
387 |
tar xvzf /path/to/the/downloaded/macport-recoll-1.15.9.tar.gz
|
|
|
388 |
</pre>
|
|
|
389 |
</li>
|
|
|
390 |
<li>Use the MacPorts portindex
|
|
|
391 |
command in the local repository's directory to create or
|
|
|
392 |
update the index of the ports in your local repository:
|
|
|
393 |
<pre>
|
|
|
394 |
cd ~/Users/myself/macports
|
|
|
395 |
portindex
|
|
|
396 |
</pre>
|
|
|
397 |
Once the local port is added to the PortIndex, it becomes
|
|
|
398 |
available for searching or installation as with any other
|
|
|
399 |
Portfile in the MacPorts
|
|
|
400 |
tree.
|
|
|
401 |
</li>
|
|
|
402 |
<li>Install :) :
|
|
|
403 |
<pre>
|
|
|
404 |
sudo port install recoll
|
|
|
405 |
</pre>
|
|
|
406 |
</ul>
|
368 |
</ol>
|
|
|
369 |
|
407 |
<p>Recoll is then available from the command line. There is
|
370 |
<p>Recoll is then available from the command line. There is
|
408 |
probably a way to run it in a clicky way, but some more
|
371 |
probably a way to run it in a clicky way, but some more
|
409 |
advanced mac user will have to point me to it...</p>
|
372 |
advanced mac user will have to point me to it...</p>
|
410 |
|
373 |
|
411 |
<h2><a name="translations">Translations</a></h2>
|
374 |
<h2><a name="translations">Translations</a></h2>
|