不需要curl的高级功能,只使用最基本的模拟get,post 。
./configure --host=arm-linux CC=arm_v5t_le-gcc CROSS_COMPILE=arm_v5t_le- --without-zlib --disable-rtsp --without-ssl --prefix=/home/xxx/curl
./make
./make install
不需要curl的高级功能,只使用最基本的模拟get,post 。
./configure --host=arm-linux CC=arm_v5t_le-gcc CROSS_COMPILE=arm_v5t_le- --without-zlib --disable-rtsp --without-ssl --prefix=/home/xxx/curl
./make
./make install