This commit is contained in:
parent
2a4bd6cf54
commit
5586c36d5c
34
src/INSTALL
34
src/INSTALL
@ -178,8 +178,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
ok). If you build on another system, and need to modify things, I would
|
ok). If you build on another system, and need to modify things, I would
|
||||||
very much welcome patches.
|
very much welcome patches.
|
||||||
|
|
||||||
Depending on the qt configuration on your system, you may have to set the
|
Depending on the Qt 3 configuration on your system, you may have to set
|
||||||
QTDIR and QMAKESPECS variables in your environment:
|
the QTDIR and QMAKESPECS variables in your environment:
|
||||||
|
|
||||||
* QTDIR should point to the directory above the one that holds the qt
|
* QTDIR should point to the directory above the one that holds the qt
|
||||||
include files (ie: if qt.h is /usr/local/qt/include/qt.h, QTDIR should
|
include files (ie: if qt.h is /usr/local/qt/include/qt.h, QTDIR should
|
||||||
@ -189,8 +189,11 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
sub-directories (ie: linux-g++).
|
sub-directories (ie: linux-g++).
|
||||||
|
|
||||||
On many Linux systems, QTDIR is set by the login scripts, and QMAKESPECS
|
On many Linux systems, QTDIR is set by the login scripts, and QMAKESPECS
|
||||||
is not needed because there is a default link in mkspecs/. Neither should
|
is not needed because there is a default link in mkspecs/.
|
||||||
be needed with Qt 4.
|
|
||||||
|
Neither QTDIR nor QMAKESPECS should be needed with Qt 4, configuration
|
||||||
|
details are entirely determined by qmake (which is quite often installed
|
||||||
|
as qmake-qt4).
|
||||||
|
|
||||||
Configure options:
|
Configure options:
|
||||||
|
|
||||||
@ -219,6 +222,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
* --without-gui Disable the Qt interface, and auxiliary uses of X11, and
|
* --without-gui Disable the Qt interface, and auxiliary uses of X11, and
|
||||||
compile the command line version.
|
compile the command line version.
|
||||||
|
|
||||||
|
* Of course the usual autoconf configure options, like --prefix apply.
|
||||||
|
|
||||||
Normal procedure:
|
Normal procedure:
|
||||||
|
|
||||||
cd recoll-xxx
|
cd recoll-xxx
|
||||||
@ -239,10 +244,12 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
the source tree. This will copy the commands to prefix/bin and the sample
|
the source tree. This will copy the commands to prefix/bin and the sample
|
||||||
configuration files, scripts and other shared data to prefix/share/recoll.
|
configuration files, scripts and other shared data to prefix/share/recoll.
|
||||||
|
|
||||||
If the installation prefix given to recollinstall is different from what
|
If the installation prefix given to recollinstall is different from either
|
||||||
was specified when executing configure, you will have to set the
|
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
|
RECOLL_DATADIR environment variable to indicate where the shared data is
|
||||||
to be found.
|
to be found (ie for (ba)sh: export
|
||||||
|
RECOLL_DATADIR=/some/path/share/recoll).
|
||||||
|
|
||||||
You can then proceed to configuration.
|
You can then proceed to configuration.
|
||||||
|
|
||||||
@ -318,12 +325,13 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
|
|
||||||
* Section definition ([somedirname]).
|
* Section definition ([somedirname]).
|
||||||
|
|
||||||
Section definitions allow redefining some parameters for a directory
|
Depending on the type of configuration file, section definitions either
|
||||||
sub-tree. They stay in effect until another section definition, or the end
|
separate groups of parameters or allow redefining some parameters for a
|
||||||
of file, is encountered. Some of the parameters used for indexing are
|
directory sub-tree. They stay in effect until another section definition,
|
||||||
looked up hierarchically from the current directory location upwards. Not
|
or the end of file, is encountered. Some of the parameters used for
|
||||||
all parameters can be meaningfully redefined, this is specified for each
|
indexing are looked up hierarchically from the current directory location
|
||||||
in the next section.
|
upwards. Not all parameters can be meaningfully redefined, this is
|
||||||
|
specified for each in the next section.
|
||||||
|
|
||||||
When found at the beginning of a file path, the tilde character (~) is
|
When found at the beginning of a file path, the tilde character (~) is
|
||||||
expanded to the name of the user's home directory, as a shell would do.
|
expanded to the name of the user's home directory, as a shell would do.
|
||||||
|
|||||||
34
src/README
34
src/README
@ -2106,8 +2106,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
ok). If you build on another system, and need to modify things, I would
|
ok). If you build on another system, and need to modify things, I would
|
||||||
very much welcome patches.
|
very much welcome patches.
|
||||||
|
|
||||||
Depending on the qt configuration on your system, you may have to set the
|
Depending on the Qt 3 configuration on your system, you may have to set
|
||||||
QTDIR and QMAKESPECS variables in your environment:
|
the QTDIR and QMAKESPECS variables in your environment:
|
||||||
|
|
||||||
* QTDIR should point to the directory above the one that holds the qt
|
* QTDIR should point to the directory above the one that holds the qt
|
||||||
include files (ie: if qt.h is /usr/local/qt/include/qt.h, QTDIR should
|
include files (ie: if qt.h is /usr/local/qt/include/qt.h, QTDIR should
|
||||||
@ -2117,8 +2117,11 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
sub-directories (ie: linux-g++).
|
sub-directories (ie: linux-g++).
|
||||||
|
|
||||||
On many Linux systems, QTDIR is set by the login scripts, and QMAKESPECS
|
On many Linux systems, QTDIR is set by the login scripts, and QMAKESPECS
|
||||||
is not needed because there is a default link in mkspecs/. Neither should
|
is not needed because there is a default link in mkspecs/.
|
||||||
be needed with Qt 4.
|
|
||||||
|
Neither QTDIR nor QMAKESPECS should be needed with Qt 4, configuration
|
||||||
|
details are entirely determined by qmake (which is quite often installed
|
||||||
|
as qmake-qt4).
|
||||||
|
|
||||||
Configure options:
|
Configure options:
|
||||||
|
|
||||||
@ -2147,6 +2150,8 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
* --without-gui Disable the Qt interface, and auxiliary uses of X11, and
|
* --without-gui Disable the Qt interface, and auxiliary uses of X11, and
|
||||||
compile the command line version.
|
compile the command line version.
|
||||||
|
|
||||||
|
* Of course the usual autoconf configure options, like --prefix apply.
|
||||||
|
|
||||||
Normal procedure:
|
Normal procedure:
|
||||||
|
|
||||||
cd recoll-xxx
|
cd recoll-xxx
|
||||||
@ -2169,10 +2174,12 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
the source tree. This will copy the commands to prefix/bin and the sample
|
the source tree. This will copy the commands to prefix/bin and the sample
|
||||||
configuration files, scripts and other shared data to prefix/share/recoll.
|
configuration files, scripts and other shared data to prefix/share/recoll.
|
||||||
|
|
||||||
If the installation prefix given to recollinstall is different from what
|
If the installation prefix given to recollinstall is different from either
|
||||||
was specified when executing configure, you will have to set the
|
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
|
RECOLL_DATADIR environment variable to indicate where the shared data is
|
||||||
to be found.
|
to be found (ie for (ba)sh: export
|
||||||
|
RECOLL_DATADIR=/some/path/share/recoll).
|
||||||
|
|
||||||
You can then proceed to configuration.
|
You can then proceed to configuration.
|
||||||
|
|
||||||
@ -2236,12 +2243,13 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
|
|
||||||
* Section definition ([somedirname]).
|
* Section definition ([somedirname]).
|
||||||
|
|
||||||
Section definitions allow redefining some parameters for a directory
|
Depending on the type of configuration file, section definitions either
|
||||||
sub-tree. They stay in effect until another section definition, or the end
|
separate groups of parameters or allow redefining some parameters for a
|
||||||
of file, is encountered. Some of the parameters used for indexing are
|
directory sub-tree. They stay in effect until another section definition,
|
||||||
looked up hierarchically from the current directory location upwards. Not
|
or the end of file, is encountered. Some of the parameters used for
|
||||||
all parameters can be meaningfully redefined, this is specified for each
|
indexing are looked up hierarchically from the current directory location
|
||||||
in the next section.
|
upwards. Not all parameters can be meaningfully redefined, this is
|
||||||
|
specified for each in the next section.
|
||||||
|
|
||||||
When found at the beginning of a file path, the tilde character (~) is
|
When found at the beginning of a file path, the tilde character (~) is
|
||||||
expanded to the name of the user's home directory, as a shell would do.
|
expanded to the name of the user's home directory, as a shell would do.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user