-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for OpenBSD #280
Comments
Awesome! Would you mind making a PR including the updated makefile as well as the compiled binaries? |
the binaries wouldnt really make sense as OpenBSD has no promise of ABI stability, so right now a library build on my system has zero promise to work on another OpenBSD system in 2 months... but sure will make a PR with the makefile & loader bits. |
Ok, if that's the case, then just updating the readme and makefile should be sufficient |
with a very small tweak to plugin/util/mp_helper.py:
and once i had manually built the pbf2geojson library (after installing the protozero & vtzero libraries)
i've been able to use the plugin with qgis 3.12 on OpenBSD:
tested working fine against the server provided at https://vectortiles.ign.fr/
dunno if you want a PR for the Makefile or the doc or...
The text was updated successfully, but these errors were encountered: