Here is the official procedure to build it, however there are something missing under windows with mingw-32 environment.
- You need python for the Botan configuration script.
- You need mingw32-make.
- You need MSYG.
- Download Botan.
Make sure you set the environment path for the bin directory of each above mentioned tools, then open a command window run.
that will configure the make file for the build environment.
Then run
that's it.
python configure.py --cpu=i686 --cc=gcc
that will configure the make file for the build environment.
Then run
mingw32-make
that's it.
No comments:
Post a Comment