Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
25
25
26
4.1.1. Prerequisites
26
4.1.1. Prerequisites
27
27
28
   At the very least, you will need to download and install the xapian core
28
   At the very least, you will need to download and install the xapian core
29
   package (Recoll currently uses version 0.9.2), and the qt runtime and
29
   package (Recoll currently uses version 0.9.2), and the qt runtime and
30
   development packages (Recoll currently uses version 3.3.3).
30
   development packages (Recoll development currently uses version 3.3.5, but
31
   any 3.3 version is probably ok).
31
32
32
   You will most probably be able to find a binary package for qt for your
33
   You will most probably be able to find a binary package for qt for your
33
   system. You may have to compile Xapian, but this is not difficult (if you
34
   system. You may have to compile Xapian but this is not difficult (if you
34
   are using FreeBSD, there is a port).
35
   are using FreeBSD, there is a port).
35
36
36
   You may also need libiconv. Recoll currently uses version 1.9 (this should
37
   You may also need libiconv. Recoll currently uses version 1.9 (this should
37
   not be critical). On Linux systems, the iconv interface is part of libc
38
   not be critical). On Linux systems, the iconv interface is part of libc
38
   and you should not need to do anything special.
39
   and you should not need to do anything special.