openssl3.0.0源码编译全过程(Visual Studio2017)
openssl
传输层安全性/安全套接层及其加密库
项目地址:https://gitcode.com/gh_mirrors/ope/openssl
免费下载资源
·
一、编译前准备
1、下载openssl3.0.0源码
2、Perl工具 点击下载
3、Visual Studio 2017
二、配置生成编译环境
1、启动Visual Studio 2017的64位命令行工具,并切换至openssl3.0.0的源码目录
2、配置生成makefile文件
perl Configure VC-WIN64A --prefix=D:\openssl_x64_dbg
3、成功生成makefile
4、修改makefile文件
黄色标记处将: /O2 修改为 /Od,并注意去除 /debug项,否则生成的Release版本哦!
三、编译安装
注意:Visual Studio2017的命令工具,最好以管理员权限启动,否则安装过程中可能会报错!
nmake && nmake install
四、编译成功
五、预编译二进制包
64位二进制预编译包:点击下载
点赞收藏+关注,谨防丢失!!!
GitHub 加速计划 / ope / openssl
20
1
下载
传输层安全性/安全套接层及其加密库
最近提交(Master分支:2 个月前 )
fd39d1c8
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25095)
4 个月前
ae87c488
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25095)
4 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)