1. Home
  2. Browse
  3. geos

geos

v3.13.0#1Latest

Geometry Engine Open Source

Install

Run the following Vcpkg command to install the port.

vcpkg install geos

Usage

geos provides CMake targets:

# C API (provides long-term ABI stability)

find_package(GEOS CONFIG REQUIRED)

target_link_libraries(main PRIVATE GEOS::geos_c)

# C++ API (will likely change across versions)

find_package(GEOS CONFIG REQUIRED)

target_link_libraries(main PRIVATE GEOS::geos)

geos provides pkg-config modules:

# Geometry Engine, Open Source - C API

geos

Dependencies

See source

Version

v3.13.0#1

Publication

Supports

All

Homepage

libgeos.org

Subtree

2c6040c23c

License

LGPL-2.1-only

Definition

Manifest