Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
17
17
18
   4.1. Building from source
18
   4.1. Building from source
19
19
20
   4.2. Installing a prebuilt copy
20
   4.2. Installing a prebuilt copy
21
21
22
   4.3. Packages needed for external file types
23
22
   4.3. Configuration overview
24
   4.4. Configuration overview
23
25
24
                           4.1. Building from source
26
                           4.1. Building from source
25
27
26
4.1.1. Prerequisites
28
4.1.1. Prerequisites
27
29
...
...
35
   are using FreeBSD, there is a port).
37
   are using FreeBSD, there is a port).
36
38
37
   You may also need libiconv. Recoll currently uses version 1.9 (this should
39
   You may also need libiconv. Recoll currently uses version 1.9 (this should
38
   not be critical). On Linux systems, the iconv interface is part of libc
40
   not be critical). On Linux systems, the iconv interface is part of libc
39
   and you should not need to do anything special.
41
   and you should not need to do anything special.
40
41
   External file types. Recoll uses external applications to index some file
42
   types. You need to install them for the file types that you wish to have
43
   indexed (these are run-time dependencies. None is needed for building
44
   Recoll):
45
46
     * PDF: pdftotext is part of the Xpdf package.
47
48
     * Postscript: pstotext.
49
50
     * MS Word: antiword.
51
52
     * RTF: unrtf
53
54
     * dvi: dvips
55
56
     * djvu: DjVuLibre
57
58
     * MP3: Recoll will use the id3info command from the id3lib package to
59
       extract tag information. Without it, only the filenames will be
60
       indexed.
61
62
   Text, Html, mail folders and Openoffice files are processed internally.
63
42
64
4.1.2. Building
43
4.1.2. Building
65
44
66
   Recoll has been built on Linux (redhat7.3, mandriva 2005, Fedora Core 3),
45
   Recoll has been built on Linux (redhat7.3, mandriva 2005, Fedora Core 3),
67
   FreeBSD and Solaris 8. If you build on another system, I would very much
46
   FreeBSD and Solaris 8. If you build on another system, I would very much