Commit f99e2003 authored by D'Arcy J.M. Cain's avatar D'Arcy J.M. Cain

Document the --with-python flag as a simpler way of installing the

PyGreSQL module when installing PostgreSQL.

Document the location of the WIN32 binaries.
parent 96ed4d4c
...@@ -86,11 +86,11 @@ version of PyGreSQL works with PostgreSQL 6.5 and Python 1.5.2. ...@@ -86,11 +86,11 @@ version of PyGreSQL works with PostgreSQL 6.5 and Python 1.5.2.
1.3. Installation 1.3. Installation
----------------- -----------------
* If you are on NetBSD, look in the packages directory under databases. If * If you are building this from source on most systems you can simply add
it isn't there yet, it should be there shortly. You can also pick up the the flag "--with-python" to the Configure command when building PostgreSQL.
package files from ftp://ftp.druid.net/pub/distrib/pygresql.pkg.tgz. This will cause PyGreSQL to be built at the same time. For this to work
There is also a package in the FreeBSD ports collection but as I write you must already have built Python as well as the mxDateTime package
this it is at version 2.1. I will try to get that updated as well. from http://starship.python.net/~lemburg/mxDateTime.html.
* For Linux installation look at README.linux. If you're on an x86 system * For Linux installation look at README.linux. If you're on an x86 system
that uses RPMs, then you can pick up an RPM at that uses RPMs, then you can pick up an RPM at
...@@ -208,7 +208,8 @@ The home sites of the different packages are: ...@@ -208,7 +208,8 @@ The home sites of the different packages are:
A Linux RPM can be picked up from A Linux RPM can be picked up from
ftp://ftp.druid.net/pub/distrib/pygresql.i386.rpm. A NetBSD package thould ftp://ftp.druid.net/pub/distrib/pygresql.i386.rpm. A NetBSD package thould
be in the distribution soon and is available at be in the distribution soon and is available at
ftp://ftp.druid.net/pub/distrib/pygresql.pkg.tgz. ftp://ftp.druid.net/pub/distrib/pygresql.pkg.tgz. A WIN32 package is
available at http://highqualdev.com/.
1.5. Information and support 1.5. Information and support
---------------------------- ----------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment