1.下载curl源代码
https://curl.haxx.se/download.html
2.进入curl目录
./configure --prefix=/usr/local/curl
make
make install