Changes between Version 13 and Version 14 of WKTRaster/Documentation01


Ignore:
Timestamp:
Apr 16, 2009, 11:59:15 AM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v13 v14  
    160160 1. Compile PostGIS usign [wiki:UsersWikiWinCompile these instructions].
    161161
     162 2. From the wktraster folder, do:
     163
     164{{{
     165>./configure --with-postgis-sources=/usr/src/postgis-svn
     166>$ make
     167
     168}}}
     169
     170  Note that the 'configure' script isn't there if you fetched
     171the code from the SVN repository. In that case running ./autogen.sh
     172should create it for you.
     173
     174  Under MinGW you might have to add "--with-pgconfig=/usr/local/pgsql/bin/pg_config" if
     175configure can't find your pgsql path.
     176
    162177
    163178'''2.3.3 - Compiling on Windows using Visual Studio'''