Update troubleshouting instruction for Python bindings

For issue #512

* README: Update instructions.
* configure.ac: Add some code to warn if Python files will be
installed in a place that is not searched up by default.  Add
--with-pythondir support.
* NEWS: Mention --with-pythondir.
This commit is contained in:
Alexandre Duret-Lutz 2022-10-04 11:15:07 +02:00
parent 4ab51e1c88
commit e867242cf6
3 changed files with 57 additions and 13 deletions

5
NEWS
View file

@ -2,6 +2,11 @@ New in spot 2.10.6.dev (not yet released)
Build:
- configure will now diagnose situation where Python bindings will
be installed in a directory that is not part of Python's search
path. A new configure option --with-pythondir can be used to
modify this installation path.
- A new configure option --enable-pthread enable the compilation of
Spot with -pthread, and activate the parallel version of some
algorithms. If Spot is compiled with -pthread enabled, any user