(禁止转载)
1、准备工作
(1)ActivePerl http://downloads.activestate.com/ActivePerl/
(2)openssl http://www.openssl.org/source/
(3)VS 需完全安装
1.1、Perl的安装
(1)下载ActivePerl,安装。
(2)查看系统变量里有没有将bin路径添加上去,比如安装目录是d:\Perl64,系统变量的Path里要加上d:\Perl64\bin。
(3)进入CMD,使用“perl -v”查看是否安装成功
2、使用Perl对openssl进行编译
(1)打开VS命令行工具,再打开Visual Studio x32 Win32 Command Prompt。进入opensll源代码目录路径:cd d:\openssl
(2)Visual Studio x32 Win32 Command Prompt中输入make
3)Visual Studio x32 Win32 Command Prompt中输入make test
5)生成的库文件在openssl源码所在目录下的usr文件夹中