libcurl-support-https-for-mips
1. dependencies:
autoconf
2. mips tools:
echo $PATH(查看环境变量,确保环境变量当中包含有mips-linux-gcc等工具的路径)
可以用: export PATH=/xxx/xxx/:$PATH 添加包含mips-linux-gcc等工具的路径
3. download curl from git:
1 | git clone https://github.com/curl/curl.git curl.git |
4. install(安装步骤可看GIT-INFO):
1 | cd curl.git |
最后,经过mips-linux-gcc交叉编译的libcurl.so便默认位于/usr/local/lib目录里。