This is an old revision of the document!
Difficulty

Easy
tmux
Goal
Compile tmux
Steps
Library Prerequisites
yum install libevent-devel ncurses-devel
Fetch tmux
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
Build tmux
./configure make
Install tmux
cp tmux /usr/bin/