Changes between Version 8 and Version 9 of DevWikiWinMingWSys_20_MSVC
- Timestamp:
- 02/29/12 11:21:22 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20_MSVC
v8 v9 77 77 {{{ 78 78 cd /c/build/sources 79 wget http://download.osgeo.org/geos/geos-3.3.3.tar.bz2 (if this does not exist use http://geos.osgeo.org/snapshots/geos-20120228.tar.bz2 ) 79 wget http://download.osgeo.org/geos/geos-3.3.3.tar.bz2 80 #if this geos-3.3.3.tar.bz2 does not exist use http://geos.osgeo.org/snapshots/geos-20120228.tar.bz2 80 81 tar xvfj geos-3.3.3.tar.bz2 81 82 mkdir geos-3.3.3-build … … 99 100 cd build 100 101 cd sources 101 cd geos-3. 2.2-build102 cd geos-3.3.3-build 102 103 cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=C:\pgsql ..\geos-3.3.2 103 104 nmake