~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Federico Di Gregorio
  • Date: 2007-09-19 13:39:48 UTC
  • Revision ID: fog-10ac3c3a9634bc9f19ed31725d276fa79127f1c1
Aggressive threading on fetch (and a new bug!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   libpq will leak memory.
8
8
 
9
9
While psycopg 1.x used autoconf for its build process psycopg 2 switched to
10
 
the more pythoning setup.py. Before building psycopg look at setup.cfg file
 
10
the more pythonic setup.py. Before building psycopg look at setup.cfg file
11
11
and change any settings to follow your system (or taste); then:
12
12
 
13
13
    python setup.py build
53
53
Dev-C++ (http://www.bloodshed.net/devcpp.html) and Code::Blocks
54
54
(http://www.codeblocks.org). gcc binaries should be in your PATH.
55
55
 
56
 
You need a PostgreSQL with include and libary files installed. At least v8.0 is required.
 
56
You need a PostgreSQL with include and libary files installed. At least v8.0
 
57
is required.
57
58
 
58
59
First you need to create a libpython2X.a as described in 
59
60
http://starship.python.net/crew/kernr/mingw32/Notes.html. Then run: