Changes between Version 33 and Version 34 of BuildingOnUnixWithCMake


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithCMake

    v33 v34  
    1111= Building on Unix with CMake =
    1212
    13 This article describes how to use [http://www.cmake.org CMake] build system to build and install GEOS from sources on Unix-like systems (Linux, Mac OS X, Solaris, *BSD, etc.) using GCC or any other supported compiler.
     13This 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.
    1414
    1515The CMake configuration for GEOS was introduced shortly after the [milestone:3.2.0 GEOS 3.2.0] release (ticket #317).
    1616
    17 Having CMake installed on Unix-like system, there are two ways of [http://www.cmake.org/cmake/help/runningcmake.html running CMake] to configure and build a software with CMake:
     17There are two ways of [http://www.cmake.org/cmake/help/runningcmake.html running CMake]:
    1818 * cmake - [http://en.wikipedia.org/wiki/Command-line_interface CLI] program accepting options or running in ''interactive mode''
    1919 * ccmake - program with curses-based GUI