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:
parent
4ab51e1c88
commit
e867242cf6
3 changed files with 57 additions and 13 deletions
5
NEWS
5
NEWS
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue