|
a/src/INSTALL |
|
b/src/INSTALL |
|
... |
|
... |
49 |
|
49 |
|
50 |
* RTF: unrtf
|
50 |
* RTF: unrtf
|
51 |
|
51 |
|
52 |
4.1.2. Building
|
52 |
4.1.2. Building
|
53 |
|
53 |
|
54 |
Recoll has been built on Linux (redhat7.3, mandriva 2005), FreeBSD and
|
54 |
Recoll has been built on Linux (redhat7.3, mandriva 2005, Fedora Core 3),
|
55 |
Solaris 8. If you build on another system, I would very much welcome
|
55 |
FreeBSD and Solaris 8. If you build on another system, I would very much
|
56 |
patches.
|
56 |
welcome patches.
|
|
|
57 |
|
|
|
58 |
Depending on the qt configuration on your system, you may have to set the
|
|
|
59 |
QTDIR and QMAKESPECS variables in your environment:
|
|
|
60 |
|
|
|
61 |
* QTDIR should point to the directory above the one that holds the qt
|
|
|
62 |
include files (ie: qt.h).
|
|
|
63 |
|
|
|
64 |
* QMAKESPECS should be set to the name of one of the qt mkspecs
|
|
|
65 |
subdirectories (ie: linux-g++).
|
|
|
66 |
|
|
|
67 |
On many Linux systems, QTDIR is set by the login scripts, and QMAKESPECS
|
|
|
68 |
is not needed because there is a default link in mkspecs/.
|
|
|
69 |
|
|
|
70 |
The Recoll configure script does a better job of checking these variables
|
|
|
71 |
after release 1.1.1. Before this, unexplained errors will occur during
|
|
|
72 |
compilation if the environment is not set up. Also, for 1.1.0 the qmake
|
|
|
73 |
command should be in your PATH (later releases can also find it in
|
|
|
74 |
$QTDIR/bin).
|
57 |
|
75 |
|
58 |
Normal procedure:
|
76 |
Normal procedure:
|
59 |
|
77 |
|
60 |
cd recoll-xxx
|
78 |
cd recoll-xxx
|
61 |
configure
|
79 |
configure
|