Changes between Version 85 and Version 86 of WKTRaster/Documentation01
- Timestamp:
- 04/10/10 07:24:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v85 v86 166 166 167 167 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 {{{ 172 cd /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 174 make clean && make 175 make install 176 }}} 177 178 179 4. Get the WKT Raster source code. You have two options: 170 180 171 181 * Download the latest development snapshot from http://postgis.refractions.net/download/ … … 180 190 181 191 {{{ 182 >./configure -- prefix=/c/postgres --with-postgis-sources=/c/thesrc/postgis-version --with-pgconfig=/c/postgres/bin/pg_config192 >./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 183 193 }}} 184 194