Created
September 5, 2016 12:35
-
-
Save d2rk/ff270651463e53b0b093d836d4869dd7 to your computer and use it in GitHub Desktop.
Install tmux 2.2 on Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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