Marisa tools for Windows
Try this one. I've built it statically (./configure --enable-shared=no --enable-static=yes --host=i686-w64-mingw32 LDFLAGS="-static -static-libgcc -static-libstdc++").
The other one worked for me when testing in wine, and I didn't test it on Windows. I've tested this one in an actual Windows VM, so it should work fine (the binaries are standalone).
P.S. The reason these are so much larger is I'm cross compiling c++ with mingw rather than msvc.
Last edited by geek1011; 02-02-2020 at 11:03 PM.
Reason: added header
|