*** empty log message ***

This commit is contained in:
dockes 2005-10-19 16:29:25 +00:00
parent d0a2485148
commit 722a3ed8c2
2 changed files with 13 additions and 5 deletions

View File

@ -27,9 +27,9 @@ have, a precompiled version of iconv, and maybe qt.
Building: Building:
-------- --------
I have only built on Linux (redhat7.3) and FreeBSD for now, if you build on I have only built on Linux (redhat7.3, mandriva 2005), FreeBSD and Solaris8
another system, I would very much welcome comments and patches for now, if you build on another system, I would very much welcome
(jean-francois.dockes@wanadoo.fr). comments and patches (jean-francois.dockes@wanadoo.fr).
There is no autoconf for now. You need to chose a file in the mk directory, There is no autoconf for now. You need to chose a file in the mk directory,
and link it into a file named 'sysconf' there. If your system is not and link it into a file named 'sysconf' there. If your system is not

View File

@ -81,9 +81,9 @@ Recoll
Downloads Downloads
Current version: 0.7 (tar.gz) Current version: 1.0 (tar.gz)
Older: 0.6 Older: 0.7
Installation Installation
@ -100,6 +100,14 @@ Recoll
interface is part of libc on Linux systems, you shouldn't need to do interface is part of libc on Linux systems, you shouldn't need to do
anything there. anything there.
External file types: recoll uses external applications to index some file
types. You need to install them for the file types that you wish to have
indexed:
* MS Word documents: antiword.
* PDF files: pdftotext is part of the Xpdf package.
* Postscript files: pstotext.
Compiling, installing, using Compiling, installing, using
See the INSTALL file. See the INSTALL file.