summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2010-03-14 21:45:07 +0100
committerJINMEI Tatuya <jinmei@isc.org>2010-03-14 21:45:07 +0100
commitfcd4ba602b398d64a23a1cf46ba4c56b466b51e2 (patch)
tree187be04f726cc3a351e5f11942990608dc67c8dc /README
parentadded a note about how to enable sqlite python binding on FreeBSD (diff)
downloadkea-fcd4ba602b398d64a23a1cf46ba4c56b466b51e2.tar.xz
kea-fcd4ba602b398d64a23a1cf46ba4c56b466b51e2.zip
allowed manually specififying a path to python (when only older versions of
automake is available) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1399 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 207967fd9a..be5ab8f84c 100644
--- a/README
+++ b/README
@@ -11,6 +11,10 @@ Simple build instructions:
Requires autoconf 2.59 or newer.
Use automake-1.11 or better for working Python 3.1 tests.
+Alternatively, you could manually specify an absolute path to python
+executable by the --with-pythonpath option of the configure script,
+e.g.,
+% ./configure --with-pythonpath=/usr/local/bin/python3.1
Operating-System specific tips: