Skip to content

Instantly share code, notes, and snippets.

View wiseleyb's full-sized avatar

Ben Wiseley wiseleyb

  • Monterey, CA
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:
cd ~
wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
wget http://sourceforge.net/projects/tmux/files/latest/download?source=files
tar -zxvf libevent-2.0.21-stable.tar.gz
tar -zxvf tmux-1.9a.tar.gz