Changes between Version 6 and Version 7 of BuildingOnWindowsWithCMake


Ignore:
Timestamp:
Oct 12, 2010, 6:01:55 AM (14 years ago)
Author:
mloskot
Comment:

CMake download info

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindowsWithCMake

    v6 v7  
    1010This article describes how to use CMake build system to build and install GEOS from sources on Microsoft Windows systems using Visual C++ compiler.
    1111----
    12 Download "cmake-2.8.2-win32-x86.zip" from
    13 http://www.cmake.org/cmake/resources/software.html
     12Get ''cmake-2.8.2-win32-x86.zip'' from [http://www.cmake.org/cmake/resources/software.html CMake download] page
    1413explode it on a path (eg: c:\cmake\") and add to the path the ../bin directory
    1514eg:
     
    1716after this start a shell dos.
    1817
    19 to create the project with cmake do this:
     18Alternatively, download fully-featured Windows installer package (e.g. ''cmake-2.8.2-win32-x86.exe'') and select option adding CMake runtime location to PATH environment variable.
     19
     20In order to create the project with cmake do this:
    2021
    2122suppose for example the geos-trunk was downloaded in "c:\svn"