georust / proj

Rust bindings for the latest stable release of PROJ
https://docs.rs/proj
Apache License 2.0
137 stars 44 forks source link

There is a minimum CMake requirement which we should document #129

Open urschrei opened 2 years ago

urschrei commented 2 years ago

Because it bit me today. However, I'm not yet sure what it is: 3.12.x segfaulted during the libproj build. >= 3.23.0 works fine.

urschrei commented 2 years ago

It's 3.9, but PROJ 9.0.0 has a bug in its cmake config, due to be released as 9.0.1: https://github.com/OSGeo/PROJ/issues/3220

urschrei commented 2 years ago

https://proj.org/install.html#build-requirements

We can omit curl entirely / link to this resource noting that the curl requirement can be disregarded