summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-10 13:24:02 -0700
committerGary E. Miller <gem@rellim.com>2018-10-10 13:24:02 -0700
commit2a151c59a1d9e3dd0627f9232c4ad8e847b19700 (patch)
treee89b59ca7527231bd44656f5e06bd2b08deb834f /build.txt
parentd05fc24755fb251003a022e17535731523188fe2 (diff)
downloadgpsd-2a151c59a1d9e3dd0627f9232c4ad8e847b19700.tar.gz
build.txt: Fix typo, clarify statement on optional Python modules.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/build.txt b/build.txt
index 7619d30a..9de69609 100644
--- a/build.txt
+++ b/build.txt
@@ -113,17 +113,19 @@ 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.
-The xgps and xgpsspeed test clients require the following Python extensions:
+The xgps and xgpsspeed clients will only be installed if these Python
+extensions are installed:
|============================================================================
|python-gi | Python bindings for gobject-introspection libraries
|python-gi-cairo | Python bindings for Cairo toolkit under GI
|===========================================================================
-The ubxtool and zerk clients require the following Python extension:
+The ubxtool and zerk clients will only be installed if this Python
+extensions is installed:
|============================================================================
-|pyserial | Python Serial Port extensio
+|pyserial | Python Serial Port extension
|===========================================================================
=== Scons ===