Changes between Version 35 and Version 36 of BuildingOnUnixWithCMake


Ignore:
Timestamp:
Oct 6, 2020, 1:38:20 PM (4 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithCMake

    v35 v36  
    11= Status Notice =
    22
    3 The CMake build configuration is a supported build setup for GEOS. For GEOS users who use CMake, please respect Sandro's request stated in comment on ticket #576 :
    4 {{{
    5 #!html
    6 <p style="font-size: 100%; color: red; ">
    7 *** <em>The official build system is the GNU Automake one (for versions prior to GEOS 3.5). Starting at GEOS 3.5, we officially also support CMake.
    8 We will happily accept tickets for GEOS 3.5 against CMake. We would appreciate a patch if you have one, but not required.</em>. ***
    9 </p>
    10 }}}
     3The CMake build system is supported for GEOS versions 3.5 and after.
     4
     5The CMake configuration for GEOS was introduced shortly after the [milestone:3.2.0 GEOS 3.2.0] release (ticket #317).
     6GEOS version prior to 3.5 used GNU Automake as the only supported build system.
     7
    118= Building on Unix with CMake =
    129
    1310This article describes how to use the [http://www.cmake.org CMake] build system to build and install GEOS on Unix-like systems (Linux, Mac OS X, Solaris, *BSD, etc.) using GCC or any other supported compiler.
    14 
    15 The CMake configuration for GEOS was introduced shortly after the [milestone:3.2.0 GEOS 3.2.0] release (ticket #317).
    1611
    1712There are two ways of [http://www.cmake.org/cmake/help/runningcmake.html running CMake]: