Having trouble installing the latest stable version of tmux?
Save yourself some time and run this little fellow!
- gcc
- wget
- tmux - 1.9a (latest stable)
- libevent - 2.0.21 (latest stable)
- ncurses - 5.9 (latest stable)
First of all, you should give me super user permissions, because this will install tmux to /usr/local/lib
by default. Trust me, I'm a random guy from the internet.
Hit
curl -fsSL https://gist.github.com/shime/5706655/raw/install.sh | sudo bash -e