brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
397 stars 113 forks source link

Build with minizip-ng instead of minizip or libzip #115

Closed jorbakk closed 1 year ago

jorbakk commented 1 year ago

Added an option WITH_MINIZIP_NG to build with minizip-ng as a replacement for minizip. See also: https://github.com/zlib-ng/minizip-ng

brechtsanders commented 1 year ago

Support added for minizip-ng

brechtsanders commented 1 year ago

Thanks, I have been wanting to add minizip-ng support. I added another option to support installations with a suffix (MINIZIP_NG_SUFFIX), since I personally install it as minizip-ng to avoid conflicts, so I use -ng suffix (minizip-ng built with -DMZ_PROJECT_SUFFIX:STRING=-ng).

jorbakk commented 1 year ago

Great, sounds good. Thanks for merging!