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 Simon Jantsch
Shufang Zhu Shufang Zhu
Sonali Dutta Sonali Dutta
Tereza Šťastná
Tobias Meggendorfer. Tobias Meggendorfer.
Tomáš Babiak Tomáš Babiak
Valentin Iovene 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. as =clang++= 3.5 or later should work.
Spot expects a complete installation of Python (version 3.3 or later). Spot expects a complete installation of Python (version 3.3 or later).
Especially, Python's headers files should be installed. If you don't Especially, Python's headers files should be installed (the package to
have Python installed, and do NOT want to install it, you should run install has a name like =python-dev= or =libpython3-dev= in most
=./configure= with the =--disable-python= option. 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 ** Installation