From 1af8b57706d19c108a844966d6ff6b9a01158447 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Thu, 26 May 2005 07:34:27 +0000 Subject: ZPsycopgDA work. --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.2.1