> I'm new to cryptography, and I wanna use the crypto++ library. I can't > install it on my windows 10 machine. Can anyone give me a step-by-step > instruction to install it and run a simple program that uses this library ? >
If you are going to invest your time in learning Unix-on-Windows, then you might want to try Cygwin. The best I can tell, the 32-bit MinGW is abandoned, and the 64-bit version does not install. In contrast Cygwin and Cygwin-x64 are actively maintained. You can download and install the library anyway you like. wget and curl work fine to perform the fetch, and unzip works fine to unpack it. Or, you can use git and clone it. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
