编译的github地址
https://github.com/gcesarmza/curl-android-ioshttps://github.com/gcesarmza/curl-android-ios
配置ssh和git 问题(id_rsa),必须是id_rsa这个名字
github提示Permission denied (publickey),如何才能解决? - 知乎
安装ubuntu
Docker 安装 Ubuntu | 菜鸟教程
apt-get install git
Ubuntu下apt-get方式Git的安装、配置和更新_xiaoming1997的博客-CSDN博客_apt git
配置ndk环境
【Linux】Ubuntu下安装并配置Android-NDK(附详细过程)_Yngz_Miao的博客-CSDN博客_ubuntu安装ndk
ndk各个版本,我用的是14b
https://github.com/android/ndk/wiki/Unsupported-Downloads
git clone 报错
git clone报错 server certificate verification failed、CAfile: none CRLfile: none_leenhem的博客-CSDN博客
编译遇到缺少的库libncurses.so.5
error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file_Imagine Miracle_wxn的博客-CSDN博客
apt-get install python
安装python后再执行编译即可解决ERROR: Failed to create toolchain.问题
ERROR: Failed to create toolchain_mysterious_9527的专栏-CSDN博客
curl文档链接
https://curl.se/libcurl/c/CURLOPT_WRITEFUNCTION.html