编译libcurl时,libssh2和openssl应该都不是必须的,这从libcur的vs工程配置能看出来

这里我们编译DLL Release-DLL OpenSSL-DLL LibSSH2,win32
libssl2依赖zlib和openssl,下载相关源码并解压
下载地址
https://github.com/madler/zlib
https://github.com/openssl/openssl
https://github.com/libssh2/libssh2
本文介绍了如何在Windows 10上使用Visual Studio 2017编译libcurl,包括编译zlib、openssl、libssh2和libcurl的过程,以及遇到的问题和解决方案,特别强调了SSL证书验证的问题及其处理方法。
编译libcurl时,libssh2和openssl应该都不是必须的,这从libcur的vs工程配置能看出来

这里我们编译DLL Release-DLL OpenSSL-DLL LibSSH2,win32
libssl2依赖zlib和openssl,下载相关源码并解压
下载地址
https://github.com/madler/zlib
https://github.com/openssl/openssl
https://github.com/libssh2/libssh2

被折叠的 条评论
为什么被折叠?