Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
21
    - qt and qt-devel (www.trolltech.com). Currently using 3.3.3
21
    - qt and qt-devel (www.trolltech.com). Currently using 3.3.3
22
    - xapian-core  (www.xapian.org). Currently using 0.8.5
22
    - xapian-core  (www.xapian.org). Currently using 0.8.5
23
    - libiconv (http://www.gnu.org/software/libiconv/). Currently using
23
    - libiconv (http://www.gnu.org/software/libiconv/). Currently using
24
      1.9, on Linux it's part of the libc, you should have nothing special
24
      1.9, on Linux it's part of the libc, you should have nothing special
25
      to do.
25
      to do.
26
The main trouble you'll have will probably be resolving the myriad
26
The main trouble you'll have will probably be resolving the dependencies
27
dependancies for qt
27
dependancies for qt, but, hopefully, your package manager will take care of
28
the matter.
29
28
30
29
Building:
31
Building:
30
--------
32
--------
31
33
32
I have only built on Linux (redhat7.3) and FreeBSD for now, if you build on
34
I have only built on Linux (redhat7.3) and FreeBSD for now, if you build on
...
...
48
Installation:
50
Installation:
49
------------
51
------------
50
 - Copy all files from sampleconf/* to ~/.recoll
52
 - Copy all files from sampleconf/* to ~/.recoll
51
 - Copy all files from filters/* to ~/.recoll.
53
 - Copy all files from filters/* to ~/.recoll.
52
 - Copy qtgui/recoll to a place in your PATH (if you want. You can also
54
 - Copy qtgui/recoll to a place in your PATH (if you want. You can also
53
   execute it from there).
55
   execute it from its build directory).
54
56
55
Configuration
57
Configuration
56
=============
58
=============
57
59
58
Recoll uses a text configuration file. There will be dialogs to build it
60
Recoll uses a text configuration file. There will be dialogs to build it
...
...
64
~/.recoll at the step before, take a look and possibly edit it.
66
~/.recoll at the step before, take a look and possibly edit it.
65
67
66
Then start 'recoll', and select the "file->start indexing" menu
68
Then start 'recoll', and select the "file->start indexing" menu
67
entry. When it's done, you can play with the search
69
entry. When it's done, you can play with the search
68
70
69
Usage: see README
71
Usage
72
=====
73
The very simple Gui should be easy enough to use. Clicking on a search
74
result entry in the left column will display it in the left
75
part. Double-clicking will start an external viewer (look at the
76
~/.recoll/mimeconf file to see how these are configured).
70
77
71
78
72
79
73
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
80
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
74
Future from here on, there are currently no binary packages ...
81
Future from here on, there are currently no binary packages ...
75
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
82
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
76
Installing a binary package:
83
Installing a binary package:
77
----------------------------
84
----------------------------
78
The binary packages are statically linked and should install real easy
85
79
(hopefully). There are no rpm or other managed packages for now.
86
There are no rpm or other managed packages for now.
80
87
81
 - Unpack the tar file. Will create a recoll-x.y directory
88
 - Unpack the tar file. Will create a recoll-x.y directory
82
 - Arrange to have the recoll-x.y/bin directory in your PATH, or copy/link the
89
 - Arrange to have the recoll-x.y/bin directory in your PATH, or copy/link the
83
   'recoll' executable where it will be found.
90
   'recoll' executable where it will be found.
84
91