当想要用libcurl去请求https资源的时候,就需要带SSL的libcurl
首先静态编译openssl
1 | apt install git -y |
接着静态编译链接了openssl的libcurl
1 | apt install wget unzip -y |
搞定收工!
libcurl的静态链接库在目录/usr/local/lib下的libcurl.a
Linux编译带SSL/TLS的LibCurl
http://example.com/post/libcurl-tls/Author
lingxh
Published at
2022-08-23
License
CC BY-NC-SA 4.0