a/src/kde/kioslave/kio_recoll/00README.txt b/src/kde/kioslave/kio_recoll/00README.txt
...
...
30
you should READ THE HELP FILE.
30
you should READ THE HELP FILE.
31
31
32
Building and installing:
32
Building and installing:
33
=======================
33
=======================
34
34
35
The directory mode is only available with KDE 4.1 and later. This
35
Only tested with KDE 4.1 and later.
36
began under KDE3 and might still be made to work, but I only built
37
with KDE4 and cmake recently.
38
36
39
The main Recoll installation shares its prefix with the KIO slave,
37
The main Recoll installation shares its prefix with the KIO slave,
40
which needs to use the KDE one. This means that, if KDE lives in /usr,
38
which needs to use the KDE one. This means that, if KDE lives in /usr,
41
Recoll must be configured with --prefix=/usr, not /usr/local. Else
39
Recoll must be configured with --prefix=/usr, not /usr/local. Else
42
you'll have run-time problems, the slave will not be able to find the
40
you'll have run-time problems, the slave will not be able to find the
43
Recoll configuration.
41
Recoll configuration.
44
42
43
!!*Notice: You cannot share a build directory between recoll and kio_recoll
44
because they use different configure options for the main lib, but build it
45
in the same place. The main lib "configure" is run at "cmake" time for
46
kio_recoll, the build is done at "make" time.
47
48
45
Recipe:
49
Recipe:
46
 - Make sure the KDE4 core devel packages and cmake are installed.
50
 - Make sure the KDE4 core devel packages and cmake are installed.
47
51
48
 - Extract the Recoll source.
52
 - Extract the Recoll source.
49
53
50
 - IF Recoll is not installed yet: configure recoll with 
54
 - IF Recoll is not installed yet: configure recoll with 
51
   --prefix=/usr --enable-pic  (or wherever KDE lives), build and install 
55
   --prefix=/usr (or wherever KDE lives), build and install 
52
   Recoll.
56
   Recoll.
53
57
54
 - In the Recoll source, go to kde/kioslave/recoll, then build and
58
 - In the Recoll source, go to kde/kioslave/recoll, then build and
55
   install the kio slave:
59
   install the kio slave:
56
60