dotnet / android-libzipsharp

A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30 stars 12 forks source link

Bump libzip to 1.6.1 #49

Closed dellis1972 closed 4 years ago

dellis1972 commented 4 years ago

In order to build libzip 1.6.1 we had to switch over to using an actual Windows machine. This was because libzip now no longer compiles in mingw.

To help with this we are using the excellent vcpkg project. This project helps us grab and install dependencies in a cross platform manner. However it is only used on windows at the moment.