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
Now the library is built for you. Hope everything works properly. P.S. By the way, what about joining my project?) Hello Ilya, > I am using code::blocks in Windows as my IDE. And, I try to use crypto++ > library. > After downloading the library, I unzip the file to a folder. I've been > unzipping directly to C:\ (e.g. c:\cryptopp). I think that the next step is > to build the library, but this is where I get totally stuck. How is this > done? > Thank you > -- -- 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.
