You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggested #181 as an alternative; I don't see the value of including either miniz or miniz_oxide_c_api in Debian or anywhere else really, when pretty much all systems already have a zlib, especially in light of issues like #142.
flate2 now defaults to miniz_oxide rather than miniz-sys, and if you can count on system libraries then you're more likely to have zlib than miniz. I don't think there's much value in supporting a system miniz; even the miniz-sys feature is more-or-less deprecated and only exists for compatibility.
In Fedora we unbundle all libraries and would like to not use bundled miniz.
There is no pkg-config, but simple
#include <miniz.h>
and-lminiz
should work just fine.The text was updated successfully, but these errors were encountered: