org: suggest python-dev for installing Python headers
* doc/org/install.org: Mention python-dev and libpython3-dev. Suggested by Tereza Šťastná. * THANKS: Add her.
This commit is contained in:
parent
0c1da2a0ea
commit
f2f7cb2bc8
2 changed files with 6 additions and 3 deletions
|
|
@ -23,9 +23,11 @@ Spot requires a C++14-compliant compiler. =g++= 5.0 or later, as well
|
|||
as =clang++= 3.5 or later should work.
|
||||
|
||||
Spot expects a complete installation of Python (version 3.3 or later).
|
||||
Especially, Python's headers files should be installed. If you don't
|
||||
have Python installed, and do NOT want to install it, you should run
|
||||
=./configure= with the =--disable-python= option.
|
||||
Especially, Python's headers files should be installed (the package to
|
||||
install has a name like =python-dev= or =libpython3-dev= in most
|
||||
distributions). If you don't have Python installed, and do NOT want
|
||||
to install it, you should run =./configure= with the
|
||||
=--disable-python= option.
|
||||
|
||||
** Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue