Skip to content

Instantly share code, notes, and snippets.

@d2rk
Created September 5, 2016 12:35
Show Gist options
  • Save d2rk/ff270651463e53b0b093d836d4869dd7 to your computer and use it in GitHub Desktop.
Save d2rk/ff270651463e53b0b093d836d4869dd7 to your computer and use it in GitHub Desktop.
Install tmux 2.2 on Ubuntu 14.04
$ apt-get install automake cmake
$ git clone -b 2.2 https://github.com/tmux/tmux /opt/tmux
$ cd /opt/tmux
$ sh autogen.sh
$ ./configure
$ make
$ /opt/tmux/tmux -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment