OlehKulykov / PLzmaSDK

PLzmaSDK is (Portable, Patched, Package, cross-P-latform) Lzma SDK.
Other
85 stars 25 forks source link

mingw Support #29

Closed yaobiao131 closed 3 months ago

yaobiao131 commented 4 months ago

can not compile success by mingw in windows,could you support it

OlehKulykov commented 4 months ago

MinGW, on Windows? Is it still alive?

Why not install Visual Studio - it's free nowadays?

yaobiao131 commented 4 months ago

Some libraries can only be used in mingw. When mixing the two, only mingw can be used. And this library should work in mingw, but the macro definition needs to be modified. I added a mingw test here and it works normally.

OlehKulykov commented 3 months ago

Hi, you can use version 1.4.5. Check README.md(CMake Windows(MinGW) section) or CMake MinGW action

yaobiao131 commented 3 months ago

thanks,i will try it