Created
January 22, 2016 10:12
-
-
Save umayr/de3a7a5473b88e863dd4 to your computer and use it in GitHub Desktop.
How to install latest tmux with 256 color support in Ubuntu.
This file contains 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
sudo apt-get update | |
sudo apt-get install ncurses-dev libevent-dev | |
git clone https://github.com/sunaku/tmux.git | |
cd tmux | |
git checkout 24bit-color | |
sh autogen | |
./configure && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment