码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下如何安装wpantund?

时间:2020-04-12 20:32:21      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:open   boost   read   rap   bootstrap   conf   如何   dbus   arch   

1. 安装运行时包
$ sudo apt-get install dbus -y
2. 安装readline库
$ apt-get cache search libreadline (找出当前发行版的libreadline包名)
$ sudo apt-get install libreadline7 -y (笔者找到的是libreadline7)
3. 安装依赖包
$ sudo apt-get install gcc g++ libdbus-1-dev libboost-dev libreadline-dev libtool autoconf autoconf-archive -y
4. 获取源码
5. 编译安装
$./bootstrap.sh && ./configure && make -j<nproc> V=s && make install
 

ubuntu下如何安装wpantund?

标签:open   boost   read   rap   bootstrap   conf   如何   dbus   arch   

原文地址:https://www.cnblogs.com/dakewei/p/12687048.html

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