
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位二进制预编译包:点击下载
点赞收藏+关注,谨防丢失!!!
传输层安全性/安全套接层及其加密库
最近提交(Master分支:3 个月前 )
b049ce0e
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26359)
6 天前
75416c09
Once lcov is updated to 2.2 version or later, it could be dropped.
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/26381)
7 天前
更多推荐



所有评论(0)