brechtsanders / xlsxio

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

have problem with building with mingw. #56

Closed JingyuanZhu closed 4 years ago

JingyuanZhu commented 4 years ago

I meet with problem when I trying to build with mingw, do you have tutorials which can show me how to build with mingw step by step?

brechtsanders commented 4 years ago

Basically you should use MSYS2 and MinGW-w64. You also need to make sure you have the dependancies available. Is there a reason you are not using the pre-built binaries for Windows? These were built with MSYS2+MinGW-w64.