diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index 64d39e38..48498312 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -20,8 +20,8 @@ alink="#0000FF">
You may have to compile Xapian but this is easy.
+If you are building for an exotic or older system, it + may be useful to note that functional improvements in + Recoll have been + relatively marginal in recent versions, and that you may + make your life easier by using an older release, without + losing major function.
The shopping list:
@@ -8025,16 +8029,14 @@ except:The autoconf,
automake and
libtool triad. Only
- autoconf is needed up
- to Recoll
- 1.21.
autoconf is needed
+ before Recoll and
+ including 1.21.
C++ compiler. Up to Recoll version 1.13.04, its - absence can manifest itself by strange messages - about a missing iconv_open.
+C++ compiler. Recent versions require C++11 + compatibility (1.23 and later).
Development files for Qt 4 . - Recoll has not - been tested with Qt - 5 yet. Qt 4 or Qt + 5 . Recoll 1.15.9 was the last version to support Qt 3. If you do not want to install or build @@ -8330,32 +8330,14 @@ except:
Either type make
- install or execute recollinstall ,
- in the root of the source tree. This will copy the
- commands to prefixUse make
+ install in the root of the source tree.
+ This will copy the commands to and the
sample configuration files, scripts and other shared data
to prefix/bin.prefix/share/recoll
If the installation prefix given to recollinstall is
- different from either the system default or the value
- which was specified when executing configure (as in
- configure --prefix
- /some/path), you will have to set the
- RECOLL_DATADIR environment
- variable to indicate where the shared data is to be found
- (ie for (ba)sh: export
- RECOLL_DATADIR=/some/path/share/recoll).
You can then proceed to configuration.