Code review comment for lp:~zorba-coders/zorba/geo-win-build

Revision history for this message
Gabriel Petrovay (gabipetrovay) wrote :

> http://trac.osgeo.org/geos/
>
> Download geos source (version starting with 3.3) since only these support
> CMake.
>
> Building on Windows with CMake:
> cd geos-3.3.0
> mkdir build
> cd build
> cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=dist -D
> CMAKE_BUILD_TYPE=Release ..

yes, and don't forget to build it: nmake install

:)

>
> Copy the "dist" directory to your ZORBA_THIRD_PARTY_REQUIREMENTS as
> "geos-3.3.0"
>
> Build Zorba.

« Back to merge proposal