weidai11 / cryptopp

free C++ class library of cryptographic schemes
https://cryptopp.com
Other
4.66k stars 1.47k forks source link

How can I compile for windows with mingw? #1276

Closed lincolningaroca closed 3 weeks ago

lincolningaroca commented 1 month ago

I have tried to compile the library in a Windows environment but I have not succeeded, so far I have tried several ways but it gives me an error, any suggestions on how I can do it, thanks in advance, I have Windows 11 and Qt creator installed, precisely to use it in I want to compile the library in that environment.

FrankSapone commented 1 month ago

Hi Lincoln,

I have not tested it, but it appears you would open the MSYS2 MinGW console and run 'make -f GNUmakefile' from the project directory. The makefile appears to have MinGW specific things in it.