Skip to content

Instantly share code, notes, and snippets.

@matsubo
Last active December 12, 2015 08:38
Show Gist options
  • Save matsubo/4744981 to your computer and use it in GitHub Desktop.
Save matsubo/4744981 to your computer and use it in GitHub Desktop.
wget 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.7/tmux-1.7.tar.gz?r=http%3A%2F%2Ftmux.sourceforge.net%2F&ts=1360409958&use_mirror=jaist' -O tmux-1.7.tar.gz
tar xf tmux-1.7.tar.gz
cd tmux-1.7
./configure
make
sudo make install
@matsubo
Copy link
Author

matsubo commented Feb 9, 2013

tmux1.7 installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment