mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
12 lines
277 B
TOML
12 lines
277 B
TOML
#TODO compile and test
|
|
# build instructions: https://libgeos.org/usage/download/
|
|
[source]
|
|
tar = "https://download.osgeo.org/geos/geos-3.14.1.tar.bz2"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DBUILD_DOCUMENTATION=OFF",
|
|
"-DBUILD_TESTING=OFF",
|
|
"-DUSE_CCACHE=ON",
|
|
]
|