summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Klimov <jim@jimklimov.com>2016-07-15 20:34:58 +0200
committerJim Klimov <jim@jimklimov.com>2016-07-15 20:34:58 +0200
commit5cb7497aed03246f6eec658e843f8fe607c2597d (patch)
tree54475cb6e4cc635bc479df62494a58e17f619a9d
parent9d058604c110806a3dba233871c378da5f3e02ef (diff)
downloaddistcc-git-5cb7497aed03246f6eec658e843f8fe607c2597d.tar.gz
INSTALL : comment about Python 3.x being required
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a8be3f9..8d5309c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,6 +19,11 @@ QUICK SUMMARY
Note that past versions of Debian used binutils-dev instead of
libiberty-dev.
+ Note that distcc-pump needs Python 3.x, while the default version of
+ Python on many systems is 2.x, so you may have to be explicit - e.g.
+
+ sudo apt-get install libpython3.5-dev
+
1. Build and install
./autogen.sh # If "configure" does not already exist.