summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-07-19 17:30:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-07-19 17:30:08 -0400
commit40f3aecaa2e590faf8ed87adebb755c17bd4ad5d (patch)
tree13e22b50ab64b8af3b4df67d83390b52532ab12b /build.txt
parent2731b9907d394f0545a7380afd3f79264614b1b1 (diff)
downloadgpsd-40f3aecaa2e590faf8ed87adebb755c17bd4ad5d.tar.gz
A build note on the Python 2 to 3 transition.
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 0746552f..7e86df5e 100644
--- a/build.txt
+++ b/build.txt
@@ -16,6 +16,12 @@ this line will do:
If you get any errors, you need to read the detailed instructions that follow.
+If 'scons' fails, it is possible that your target system has moved to
+Python 3 as its default 'python' interpreter, but you can work around
+it by saying "python2 /usr/bin/scons" or something similar. GPSD's
+own Python scripts assume that "#!/usr/bin/env python2" will invoke a
+Python 2 interpreter.
+
== Supported platforms ==
Native-build success should be expected on the following platforms,