mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
13 lines
298 B
TOML
13 lines
298 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gdal.org/development/building_from_source.html
|
|
[source]
|
|
tar = "https://github.com/OSGeo/gdal/releases/download/v3.13.1/gdal-3.13.1.tar.xz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DBUILD_TESTING=OFF"
|
|
]
|
|
dependencies = [
|
|
"proj"
|
|
]
|