TMUXonEC2.sh
-
-
Save todgru/349239ca1f8aef1a93c9 to your computer and use it in GitHub Desktop.
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
wget https://github.com/downloads/libevent/libevent/libevent-2.0.18-stable.tar.gz | |
tar zxf libevent-2.0.18-stable.tar.gz | |
cd libevent-2.0.18-stable | |
sudo ./configure | |
sudo ./make | |
DIR="/home/ec2-user/downloads/libevent-2.0.18-stable" | |
wget http://downloads.sourceforge.net/tmux/tmux-1.9.tar.gz | |
tar zxf tmux-1.9.tar.gz | |
cd tmux-1.9 | |
sudo make clean | |
sudo ./configure CFLAGS="-I$DIR/include" LDFLAGS="-L$DIR/lib" | |
sudo make | |
sudo ./tmux -V | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment