首页 > 系统服务 > 详细

tmux(ubuntu14.04)编译过程遇到的错误

时间:2015-11-20 21:36:29      阅读:293      评论:0      收藏:0      [点我收藏+]

1.

configure: error: "libevent not found"

解决方法:

$ git clone https://github.com/libevent/libevent.git

$ cd libevent

./configure

$ make

$ sudo make install

 

2.

configure: error: "curses not found"

解决方法;

$ sudo apt-get install libncurses5-dev

tmux(ubuntu14.04)编译过程遇到的错误

原文:http://www.cnblogs.com/LicwStack/p/4982356.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!