summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-05-26 07:34:27 +0000
committerFederico Di Gregorio <fog@initd.org>2005-05-26 07:34:27 +0000
commit1af8b57706d19c108a844966d6ff6b9a01158447 (patch)
tree8e3d38ba4087f9603c45459c51ad0adb2f274f25 /INSTALL
parenta9ecbd098572d78925573a9805878194a8a08eaf (diff)
downloadpsycopg2-1af8b57706d19c108a844966d6ff6b9a01158447.tar.gz
ZPsycopgDA work.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index dd33fb5..512bd18 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,9 +4,8 @@ Compiling and installing psycopg
While psycopg 1.x used autoconf for its build process psycopg 2 switched to
the more pythoning setup.py. Currently both psycopg's author and distutils
have some limitations so the file setup.cfg is almost unused and most build
-options are hidden in setup.py. Before building psycopg look at the very
-first lines of setup.py and change any settings to follow your system (or
-taste); then:
+options are hidden in setup.py. Before building psycopg look at setup.cfg file
+and change any settings to follow your system (or taste); then:
python setup.py build
@@ -42,7 +41,8 @@ Steps required to package your own version of psycopg:
1.1. create the file libpqdll.a (you should already know how to build
Python extensions with mingw: see
- http://starship.python.net/crew/kernr/mingw32/Notes.html for details):
+ http://starship.python.net/crew/kernr/mingw32/Notes.html for
+ details):
1.1.1. cd C:\Program Files\PostgreSQL\8.0\lib