Changes between Version 30 and Version 31 of DevWikiWinVC_15
- Timestamp:
- 10/12/10 05:52:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinVC_15
v30 v31 33 33 7. build.bat 34 34 35 == Compile GEOS 3.3.0 or 3.2.2 under VC++ == 35 == Compile GEOS 3.2.2 under VC++ == 36 ''Note that from GEOS 3.3.0 -- GEOS is moving to CMake build and PostGIS will too'' 37 If you wish to compile GEOS 3.3+ instead, please refer to [http://trac.osgeo.org/geos/wiki/BuildingOnWindowsWithCMake GEOS Windows CMake build instructions] 36 38 1. download [http://download.osgeo.org/geos/geos-3.2.2.tar.bz2 http://download.osgeo.org/geos/geos-3.2.2.tar.bz2] 37 39 2. extract into c:\projects\geos\geos-3.2.2win … … 44 46 nmake /f makefile.vc MSVC_VER=1400 45 47 }}} 48 46 49 6. The above will generate 2 dlls in the c:\projects\geos\geos-3.2.2win\source folder (geos.dll, geos_c.dll ) 47 50