windows 下编译libcurl openssl

参考

编译libcurl-openssl

1、拉取opensssl

建议指定为最新的发布版本

bash 复制代码
git clone -b openssl-3.1.3 --recurse-submodules https://github.com/openssl/openssl.git
2、拉取curl

建议指定为最新的发布版本

bash 复制代码
git clone -b curl-8_3_0 --recurse-submodules https://github.com/curl/curl.git
3、编译openssl

-VSpath 设置为你的vs路径

-perlpath 设置为perl路径

bash 复制代码
cd curl\projects
build-openssl vc14.2 x64 release ../../openssl -VSpath "D:\Microsoft Visual Studio\2019\Enterprise" -perlpath C:\Strawberry
如果编译openssl出现错误,则可能是环境不干净重新安装sdk
剩余 参照文章开头的参考即可,注意上述的14.2为 vs2019 原项目中没有,因此编译时需要手动修改包含位置


相关推荐
Cinema KI3 小时前
吃透C++继承:不止是代码复用,更是面向对象设计的底层思维
c++
luyun0202024 小时前
牛批了,某音录播神器
java·windows·figma
a***56065 小时前
Windows上安装Go并配置环境变量(图文步骤)
开发语言·windows·golang
Dream it possible!5 小时前
LeetCode 面试经典 150_二叉搜索树_二叉搜索树中第 K 小的元素(86_230_C++_中等)
c++·leetcode·面试
IFTICing6 小时前
【环境配置】ffmpeg下载、安装、配置(Windows环境)
windows·ffmpeg
Bona Sun7 小时前
单片机手搓掌上游戏机(十四)—pico运行fc模拟器之电路连接
c语言·c++·单片机·游戏机
oioihoii7 小时前
性能提升11.4%!C++ Vector的reserve()方法让我大吃一惊
开发语言·c++
小狗爱吃黄桃罐头8 小时前
《C++ Primer Plus》模板类 Template 课本实验
c++
无限进步_8 小时前
C语言数组元素删除算法详解:从基础实现到性能优化
c语言·开发语言·windows·git·算法·github·visual studio
自由的好好干活9 小时前
使用Qoder编写ztdaq的C#跨平台示例总结
linux·windows·c#·qoder