码迷,mamicode.com
首页 > Web开发 > 详细

curl arm移植

时间:2015-04-26 08:05:42      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:arm   动态库   移植   

curl

curl is a command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.

下载

http://curl.haxx.se/download/curl-7.41.0.tar.bz2
或者到这里:http://download.csdn.net/detail/chinaeran/8631829

编译

此处使用 arm-linux-gnueabihf-gcc,--build 使用的是64位Linux,可以不添加此参数
解压后运行如下命令:

$ ./configure --host=arm-linux-gnueabihf --build=i686-pc-linux
$ make

目标路径:./lib/.libs/libcurl.so.4.3.0

curl arm移植

标签:arm   动态库   移植   

原文地址:http://blog.csdn.net/a_ran/article/details/45285583

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!