OSMExpress
OSMExpress copied to clipboard
Release binaries?
Would it be possible to get precompiled binaries for platforms on release?
Generally no because the current build depends on system libraries like zlib, or transitively - S2 geometry depends on OpenSSL.
If you need a self contained library that does almost the same thing take a look at https://www.geodesk.com
Having a dependency doesn't preclude generation of a binary, does it?
The dynamic linking is the issue. Even if we were to provide a precompiled binary that uses dynamic linking we would also need to use a cross-compilation toolchain. What platform are you interested in?