summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-01-12 14:59:12 -0500
committerEric S. Raymond <esr@thyrsus.com>2012-01-12 14:59:12 -0500
commitca8c8f3a429dc3de2a66f6733f92d9764098b341 (patch)
tree5fbabb7bfc066ef1db01044d494b788d23e8a9a0 /build.txt
parent1038465a41b743877cb501dc9f53520df0f1bae0 (diff)
downloadgpsd-ca8c8f3a429dc3de2a66f6733f92d9764098b341.tar.gz
Document a dependency.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.txt b/build.txt
index 88531612..1b72aee4 100644
--- a/build.txt
+++ b/build.txt
@@ -45,6 +45,12 @@ some code generators in Python), it is not required to run the service
daemon. In particular, you can cross-compile onto an embedded system
without having to take Python with you.
+You will need both basic Python and (if your package system makes the
+distinction) the Python development package used for building C
+extensions. Usually these are called "python" and "python-dev". You
+will know you are missing the latter if your compilation fails
+because of a missing Python.h.
+
=== Scons ===
You will need scons version 2.0.1 or later to build the code. The