安装tmux工具 linux terminal client tool - similar to SSH secure client

参考: How to install TMUX on Linux? (with and without root access)


官网:https://github.com/tmux/tmux/wiki

依赖:libevent 

官网: http://libevent.org/ 

依赖:ncurses

官网: http://invisible-island.net/ncurses/#download_ncurses

[root@localhost soft]# pwd
/opt/soft

wget https://github.com/tmux/tmux/releases/download/2.6/tmux-2.6.tar.gz
wget http://invisible-island.net/datafiles/release/ncurses.tar.gz
wget https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz

tar zxf tmux-2.6.tar.gz
tar xzf libevent-2.1.8-stable.tar.gz
tar zxf ncurses.tar.gz

[root@localhost libevent-2.1.8-stable]# pwd

/opt/soft/libevent-2.1.8-stable

[root@localhost libevent-2.1.8-stable]# ./configure --prefix=/usr/local/tmux --disable-shared

make

make install

[root@localhost ncurses-6.1]# pwd

/opt/soft/ncurses-6.1

[root@localhost ncurses-6.1]# ./configure --prefix=/usr/local/tmux

make

make install

[root@localhost tmux-2.6]# pwd
/opt/soft/tmux-2.6

[root@localhost tmux-2.6]# ./configure --prefix=/usr/local/tmux CFLAGS="-I/usr/local/tmux/include -I/usr/local/tmux/include/ncurses" LDFLAGS="-L/usr/local/tmux/lib -L/usr/local/tmux/include/ncurses -L/usr/local/tmux/include"

make

make install

查看版本:tmux -V

如果出现错误,请看解决方案:http://blog.csdn.net/michaelehome/article/details/79569912

[root@localhost tmux-2.6]# tmux -V

tmux: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory


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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值