Skip to content

Instantly share code, notes, and snippets.

@scottames
scottames / how_to_install_tmux_on_centos
Last active December 11, 2015 06:48 — forked from ekiara/how_to_install_tmux_on_centos
HOW TO: Install tmux on Centos release 6.5
## Install tmux on Centos release 6.x
### http://superuser.com/questions/738829/attempting-to-install-tmux-on-centos-6-4-or-centos-6-5-fails-with-error-evbuff
#
LIBEVENT_URL="https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz"
TMUX_URL="https://github.com/tmux/tmux/archive/2.1.tar.gz"
## MAKE SURE YOU HAVE BUILD TOOLS/COMPILERS TO BUILD STUFF FROM SOURCES
yum -y groupinstall "Development Tools"
## INSTALL NCURSES DEVEL