Changes between Version 95 and Version 96 of WKTRaster/Documentation01
- Timestamp:
- 04/15/10 12:37:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v95 v96 182 182 183 183 1. Compile PostGIS [wiki:UsersWikiWinCompile using these instructions]. 184 184 185 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) 186 185 187 3. Build gdal make sure to build without libtool. Refer to [http://trac.osgeo.org/gdal/ticket/3465]. 186 188 ALSO '''NOTE:''' It compiles and binds, but ST_DumpAsPolygons crashes and so do the regression tests involving GDAL. Will try to build as static.