brechtsanders / xlsxio

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

header #68

Closed saifualdin closed 4 years ago

saifualdin commented 4 years ago

the header file minizip/unzip.h is missing

yvwmash commented 4 years ago

it should be on your system. i do not think the library goes coupled with minizip.

brechtsanders commented 4 years ago

Get it here and build in a separate directory, then use CMake flag -DMINIZIP_DIR:PATH=<minizip_location> to point to the location where include/minizip/unzip.h can be found under.