码迷,mamicode.com
首页 > Windows程序 > 详细

如何在 win7 下编译 openssl?

时间:2018-02-10 21:18:35      阅读:375      评论:0      收藏:0      [点我收藏+]

标签:编译环境   div   新版本   x64   libc   install   configure   命令   环境   

编译环境:

win7 x64 openssl 1.1.0 vs2015 ActivePerl-5.24.3.2404-MSWin32-x64-404865

执行命令:


修改 configdata.pm makefile 文件,搜索 /MD  ,全部修改为 /MT 即,静态编译


perl configure VC-WIN32
nmake
nmake install


编译结果:
老版本的对应新版本的
libeay32.dll、ssleay32.dll 对应 libcrypto-1_1.dll、libssl-1_1.dll

具体要求,可自行查看 INSTALL 文件 和 NOTES.WIN 文件

如何在 win7 下编译 openssl?

标签:编译环境   div   新版本   x64   libc   install   configure   命令   环境   

原文地址:https://www.cnblogs.com/cheungxiongwei/p/8439713.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!