This is an old revision of the document!
Difficulty

Easy
Build tmux on centos 6 ,7
Centos 7
wget https://github.com/tmux/tmux/releases/download/2.3/tmux-2.3.tar.gz tar zxfv tmux-2.3.tar.gz cd tmux-2.3 yum install libevent-devel ncurses-devel ./configure make cp tmux /usr/bin/