Parcourir la source

added a note about how to enable sqlite python binding on FreeBSD

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1398 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 15 ans
Parent
commit
7408a5f3a6
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      README

+ 13 - 0
README

@@ -12,6 +12,19 @@ Requires autoconf 2.59 or newer.
 
 Use automake-1.11 or better for working Python 3.1 tests.
 
+Operating-System specific tips:
+
+- FreeBSD
+  You may need to install a python binding for sqlite3 by hand.  A
+  sample procedure is as follows:
+  - add the following to /etc/make.conf
+    PYTHON_VERSION=3.1
+  - build and install the python binding from ports, assuming the top
+    directory of the ports system is /usr/ports
+  % cd /usr/ports/databases/py-sqlite3/
+  % make
+  % sudo make install
+
 INSTALLATION
 
 Install with: