Changes between Version 86 and Version 87 of WKTRaster/Documentation01
- Timestamp:
- 04/10/10 07:26:43 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v86 v87 166 166 167 167 1. Compile PostGIS [wiki:UsersWikiWinCompile using these instructions]. 168 2. Get GDAL 1.7.1 sources from [http://trac.osgeo.org/gdal/wiki/DownloadSource] and extract 168 2. Get GDAL 1.7.1 sources from [http://trac.osgeo.org/gdal/wiki/DownloadSource] and extract (you need this for advanced features like ST_DumpAsPolygons) 169 169 3. Build gdal make sure to build without libtool. Refer to [http://trac.osgeo.org/gdal/ticket/3465] 170 170 … … 188 188 189 189 3. From the wktraster folder, do: 190 191 {{{ 192 >./configure --enable-development --with-gdal=/c/projects/rel-1.7.1/bin/gdal-config --prefix=/c/postgres --with-postgis-sources=/c/thesrc/postgis-version --with-pgconfig=/c/postgres/bin/pg_config 190 If you don't want to build with GDAL leave out the --enable-development and --with-gdal lines 191 192 {{{ 193 >./configure --enable-development \ 194 --with-gdal=/c/projects/rel-1.7.1/bin/gdal-config \ 195 --prefix=/c/postgres --with-postgis-sources=/c/thesrc/postgis-version --with-pgconfig=/c/postgres/bin/pg_config 193 196 }}} 194 197