Changes between Version 30 and Version 31 of DevWikiWinVC_15


Ignore:
Timestamp:
Oct 12, 2010, 5:52:35 AM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinVC_15

    v30 v31  
    3333 7. build.bat
    3434
    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''
     37If you wish to compile GEOS 3.3+ instead, please refer to [http://trac.osgeo.org/geos/wiki/BuildingOnWindowsWithCMake GEOS Windows CMake build instructions]
    3638 1. download [http://download.osgeo.org/geos/geos-3.2.2.tar.bz2 http://download.osgeo.org/geos/geos-3.2.2.tar.bz2]
    3739 2. extract into c:\projects\geos\geos-3.2.2win
     
    4446nmake /f makefile.vc MSVC_VER=1400
    4547}}}
     48
    4649 6. The above will generate 2 dlls in the c:\projects\geos\geos-3.2.2win\source folder (geos.dll, geos_c.dll )
    4750