Changes between Version 4 and Version 5 of BuildingOnUnixWithCMake


Ignore:
Timestamp:
Jan 27, 2010, 3:15:35 PM (14 years ago)
Author:
mloskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithCMake

    v4 v5  
    66
    77GEOS has got equipped with build configuration for CMake shortly after [milestone:3.2.0 GEOS 3.2.0] release (ticket #317), thus it is considered as work in progress, experimental. Hopefully, it will get into next release of [milestone:3.3.0 GEOS 3.3.0] version.
     8
     9'''*** IMPORANT: Testers of CMake configuration wanted! Please, try to build GEOS with CMake and report any problems by submitting a [/newticket ticket] ***'''
    810
    911== Requirements ==
     
    1921
    2022{{{
    21  $ svn checkout http://svn.osgeo.org/geos/trunk trunk
    22  $ mkdir build
    23  $ ls
    24  build trunk
    25  $ cd build
    26  $ cmake ../trunk
     23$ svn checkout http://svn.osgeo.org/geos/trunk trunk
     24$ mkdir build
     25$ ls
     26build trunk
     27$ cd build
     28$ cmake ../trunk
    2729}}}
    2830