Changes between Version 3 and Version 4 of DevWikiWinMingWSys_20
- Timestamp:
- 10/04/10 09:09:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v3 v4 156 156 # make install 157 157 }}} 158 159 * copy to C:\projects\pg\pg90\bin\libpq.dll from C:\projects\pg\pg90\lib 158 160 If you want to be able to do a full make check on PostGIS, [UsersWikiWinCompileInitdb Initialize the postgresql database cluster] first. 159 161 … … 258 260 Unzip the bundle in c:\gtkbundle and then alter the system PATH so that c:\gtkbundle\bin is in the PATH. 259 261 260 == 15. Compiling PostGIS == 262 == 15. Compiling GDAL == 263 264 == 16. Compiling PostGIS == 261 265 262 266 === PostGIS 2.0 === 263 267 {{{ 264 # tar xvfz postgis-1.5.0.tar.gz 265 # cd postgis-1.5.0 266 268 # cd /c/project/postgis 269 # tar xvfz postgis-2.0.0SVN.tar.gz 270 # cd postgis-2.0.0SVN 271 export PATH="/c/gtk/bin:$PATH" 272 export PATH="/c/projects/pg/pg90/bin/:$PATH" 273 export PGPORT=5439 267 274 # ./configure \ 268 --prefix=/c/p ostgres\275 --prefix=/c/projects/pg/pg90 \ 269 276 --with-xml2config=/c/projects/libxml/libxml2-2.7.6release/bin/xml2-config \ 270 --with-pgconfig=/c/postgres/bin/pg_config \ 271 --with-geosconfig=/c/postgres/bin/geos-config \ 272 --with-projdir=/c/postgres \ 277 --with-pgconfig=/c/pg/pg90/bin/pg_config \ 278 --with-geosconfig=/c/projects/geos/rel-3.3.0/bin/geos-config \ 279 --with-projdir=/c/projects/proj/rel-4.6.1 \ 280 --with-gdal=/c/projects/gdal/rel-1.8/gdal-config 273 281 --with-gui 274 282 275 # export PATH=/c/postgres/bin:$PATH276 283 # make clean 277 284 # make … … 303 310 * C:\projects\geos\rel-3.3.0\bin\libgeos_c-1.dll 304 311 * C:\projects\proj\rel-4.4.6\bin\libproj.dll, 305 * C:\postgres\bin\libiconv-2.dll (from C:\MinGW\bin)306 * C:\p ostgres\bin\libpq.dll (from C:\postgres\lib)307 * C:\p ostgres\bin\shp2pgsql.exe308 * C:\p ostgres\bin\pgsql2shp.exe312 * libiconv-2.dll (from C:\MinGW\bin) 313 * C:\projects\pg90\bin\shp2pgsql.exe 314 * C:\projects\pg90\bin\pgsql2shp.exe 315 * C:\projects\gdal\rel-trunk\lib\libgdal.dll 309 316 3. If you compiled with-gui - you need to also copy the following files to PostgreSQL bin folder 310 317 * shp2pgsql-gui.exe