Changes between Version 86 and Version 87 of WKTRaster/Documentation01


Ignore:
Timestamp:
Apr 10, 2010, 7:26:43 AM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v86 v87  
    166166
    167167 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)
    169169 3. Build gdal make sure to build without libtool. Refer to [http://trac.osgeo.org/gdal/ticket/3465]
    170170   
     
    188188
    189189 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
     190If 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
    193196}}}
    194197