release 1.13.03

This commit is contained in:
Jean-Francois Dockes 2010-03-22 18:27:21 +01:00
parent dc60f3849c
commit 156f2a93f3
2 changed files with 21 additions and 9 deletions

View File

@ -96,7 +96,7 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
* Openoffice: supported natively, but needs the unzip command to be * Openoffice: supported natively, but needs the unzip command to be
installed. installed.
* PDF: pdftotext is part of the Xpdf package. * PDF: pdftotext is part of the Xpdf or Poppler packages.
* Postscript: pstotext. * Postscript: pstotext.

View File

@ -1737,15 +1737,27 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
Recoll versions after 1.11 define a Python programming interface, both for Recoll versions after 1.11 define a Python programming interface, both for
searching and indexing. searching and indexing.
The python interface is not built by default and can be found in the The Python interface is not built by default and can be found in the
source package, under python/recoll. The directory contains the usual source package, under python/recoll.
setup.py script which you can use to build and install the module:
In order to build the module, you should first build or re-build the
Recoll library using position-independant objects:
cd recoll-xxx/
configure --enable-pic
make
There is no significant disadvantage in using PIC objects for the main
Recoll executables, so you can use the --enable-pic option for the main
build too.
The python/recoll/ directory contains the usual setup.py script which you
can then use to build and install the module:
cd recoll-xxx/python/recoll cd recoll-xxx/python/recoll
python setup.py build python setup.py build
python setup.py install python setup.py install
---------------------------------------------------------------------- ----------------------------------------------------------------------
6.3.2.2. Interface manual 6.3.2.2. Interface manual
@ -2034,7 +2046,7 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
* Openoffice: supported natively, but needs the unzip command to be * Openoffice: supported natively, but needs the unzip command to be
installed. installed.
* PDF: pdftotext is part of the Xpdf package. * PDF: pdftotext is part of the Xpdf or Poppler packages.
* Postscript: pstotext. * Postscript: pstotext.