libevent笔记

学习网址:

libevent官网
https://libevent.org/

libevent evhttp学习——http服务端
https://www.jianshu.com/p/906c8b9f0629

C++封装的基于libevent的HTTP 服务器(含源码)
https://www.straka.cn/blog/cpp-wrapped-http-server-based-on-libevent/

https://blog.csdn.net/atp1992/article/details/99708245  引用了上面的博文
上面网址的源码
https://github.com/atp798/EvHttp

libevent 处理 http post 请求
https://www.aikaiyuan.com/6647.html

4.2 交叉编译libevent
https://www.kancloud.cn/studyj/linux/2086098

用最简单的方式实现基于libevent框架的http client客户端
https://blog.csdn.net/qq849635649/article/details/51689699


编译

linux x86平台编译

./configure --prefix=/home/tf/work/project/module/10_libevent/install
make 
make install

linux arm交叉编译

./configure --disable-openssl   --host=aarch64-linux-gnu CC=arm-himix200-linux-gcc --prefix=/home/tf/work/project/module/10_libevent/HI3516DV300
make 
make install

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值