[postgis-commits] svn - r3793 - spike/wktraster
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Mar 4 12:23:06 PST 2009
Author: pracine
Date: 2009-03-04 12:23:06 -0800 (Wed, 04 Mar 2009)
New Revision: 3793
Modified:
spike/wktraster/README
Log:
Added some info to compile with MinGW.
Modified: spike/wktraster/README
===================================================================
--- spike/wktraster/README 2009-03-04 20:10:00 UTC (rev 3792)
+++ spike/wktraster/README 2009-03-04 20:23:06 UTC (rev 3793)
@@ -38,6 +38,10 @@
the code from the SVN repository. In that case running ./autogen.sh
should create it for you.
+Under MinGW you might have to add "--with-pgconfig=/usr/local/pgsql/bin/pg_config" if
+configure can't find your pgsql path.
+
+
PRE-INSTALL TEST
----------------
@@ -72,7 +76,7 @@
$ psql -f rt_pg/rtpostgis.sql $MYDB
-Note that you must have spatially-enabled the database
+Note that you must have loaded PostGIS in the database
in order for that to work (see postgis documentation
for how to do that).
More information about the postgis-commits
mailing list