Updated on 2019-10-03
wget https://github.com/tmux/tmux/archive/master.zip
unzip master.zip
cd tmux-master/
yum groups install 'Development Tools'
yum install -y ncurses-devel libevent-devel
sh autogen.sh
./configure && make install
Updated on 2019-10-03
wget https://github.com/tmux/tmux/archive/master.zip
unzip master.zip
cd tmux-master/
yum groups install 'Development Tools'
yum install -y ncurses-devel libevent-devel
sh autogen.sh
./configure && make install