On Saturday, April 11, 2015 at 6:48:36 AM UTC-4, Ilya Bizyaev wrote: > > Hello, Nabil! :) > Actually, building the library is not complicated at all. > 1) Firstly, you need to download the latest MinGW from the official > website. I'd better use mingw-get > <http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download> > . > Then, install the MinGW somewhere (e.g. C:\MinGW\). While choosing > additional packages, don't forget about MSYS. > 2) Secondly, copy the mingwvars.bat from the MinGW subdirectory of the > Code::Blocks folder. Paste it to your MinGW folder and run it. Then, reboot > the PC. > Try compiling something to check whether everything works fine. > 3) Now, you are ready to build the library. Run the > C:\MinGW\msys\1.0\msys.bat file, and you'll get something like a Linux > terminal. Type there the following commands: > cd /c/cryptopp562/ # This depends on the Crypto++ location > ./configure > make > 4) Wait for all routines to finish, then type: > rm -rf *.o >
Crypto++ can (should?) be built with Visual Studio on Windows. If you need Visual Studio for Windows, then you might try Visual Studio Express (https://www.visualstudio.com/en-US/products/visual-studio-express-vs). Code::Blocks supports the VC++ compiler out of the box (http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler). It explicitly states it works with the Express versions of Visual Studio. There's no need for Cygwin or MinGW. If you like, then that's fine. There's just no need for it in this case. 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.
