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

树莓派 libcurl安装

时间:2015-05-29 20:25:55      阅读:541      评论:0      收藏:0      [点我收藏+]

标签:

1、安装

由于是树莓派系统,还不知道怎么配置yum,sudo apt-get install libcurl

sudo apt-
2.下载例子
从网上http://curl.haxx.se/libcurl/c/example.html下载了一个allexample.zip文件。使用unzip 命令
unzip allexample.zip DirectoryExisted把文件加压到DirectoryExisted目录下
2.编译程序
使用gcc examplefile.c -lculrb编译即可。



树莓派 libcurl安装

标签:

原文地址:http://blog.csdn.net/midle110/article/details/46239771

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