Skip to content

Instantly share code, notes, and snippets.

View lemonjp's full-sized avatar
😀

Moritsugu Wada lemonjp

😀
View GitHub Profile
# download latest libevent2 and tmux sources, and extract them somewhere
# (thx bluejedi for tip on latest tmux URL)
#
# at the time of writing:
# http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz/download
# wget http://downloads.sourceforge.net/tmux/tmux-1.8.tar.gz
#
# install deps
yum install gcc kernel-devel make ncurses-devel