Changes between Version 85 and Version 86 of WKTRaster/Documentation01


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

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v85 v86  
    166166
    167167 1. Compile PostGIS [wiki:UsersWikiWinCompile using these instructions].
    168 
    169  2. Get the WKT Raster source code. You have two options:
     168 2. Get GDAL 1.7.1 sources from [http://trac.osgeo.org/gdal/wiki/DownloadSource] and extract
     169 3. Build gdal make sure to build without libtool. Refer to [http://trac.osgeo.org/gdal/ticket/3465]
     170   
     171{{{
     172cd /c/projects/GDAL/gdal-1.7.1
     173./configure --without-libtool --with-libtiff=internal --with-libz=/c/gtk/include --prefix=/c/projects/GDAL/rel-1.7.1
     174make clean && make
     175make install
     176}}}
     177
     178
     179 4. Get the WKT Raster source code. You have two options:
    170180
    171181  * Download the latest development snapshot from http://postgis.refractions.net/download/
     
    180190
    181191{{{
    182 >./configure --prefix=/c/postgres --with-postgis-sources=/c/thesrc/postgis-version --with-pgconfig=/c/postgres/bin/pg_config
     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
    183193}}}
    184194