Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
- 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 interwebz.
Hit
curl -fsSL https://gist.github.com/shime/5706655/raw/install.sh | sudo bash -e
cool!