Last updated 5 years ago
Was this helpful?
源码编译curl
cd /usr/local/src/ wget http://curl.haxx.se/download/archeology/curl-7.19.7.tar.gz tar -zxf curl-7.19.7.tar.gz cd curl-7.19.7 ./configure --without-nss --with-ssl make make install
转载自: