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:
Alexandre Duret-Lutz 2019-03-18 14:00:12 +01:00
parent 0c1da2a0ea
commit f2f7cb2bc8
2 changed files with 6 additions and 3 deletions

1
THANKS
View file

@ -43,6 +43,7 @@ Silien Hong
Simon Jantsch
Shufang Zhu
Sonali Dutta
Tereza Šťastná
Tobias Meggendorfer.
Tomáš Babiak
Valentin Iovene

View file

@ -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