如何在 win7 下编译 openssl?
2021-02-15 00:21
标签:编译环境 div 新版本 x64 libc install configure 命令 环境 执行命令: 具体要求,可自行查看 如何在 win7 下编译 openssl? 标签:编译环境 div 新版本 x64 libc install configure 命令 环境 原文地址:https://www.cnblogs.com/cheungxiongwei/p/8439713.html编译环境:
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?
文章链接:http://soscw.com/index.php/essay/55420.html