Changes between Version 13 and Version 14 of WKTRaster/Documentation01
- Timestamp:
- 04/16/09 11:59:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v13 v14 160 160 1. Compile PostGIS usign [wiki:UsersWikiWinCompile these instructions]. 161 161 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 171 the code from the SVN repository. In that case running ./autogen.sh 172 should create it for you. 173 174 Under MinGW you might have to add "--with-pgconfig=/usr/local/pgsql/bin/pg_config" if 175 configure can't find your pgsql path. 176 162 177 163 178 '''2.3.3 - Compiling on Windows using Visual Studio'''