Skip to content

Instantly share code, notes, and snippets.

@calpo
Created March 2, 2012 06:15
Show Gist options
  • Save calpo/1956166 to your computer and use it in GitHub Desktop.
Save calpo/1956166 to your computer and use it in GitHub Desktop.
screenローカルインストール
cd ~/local/src
wget ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-4.0.3.tar.gz
tar zxvf screen-4.0.3.tar.gz
rm screen-4.0.3.tar.gz
cd screen-4.0.3/
wget http://www.dekaino.net/screen/screen-4.0.2-deadlock-patch
wget http://www.dekaino.net/screen/screen-4.0.2-hankanacopy-patch
wget http://www.dekaino.net/screen/screen-4.0.2-patch-cjkwidth-cvs-2006052001
patch < screen-4.0.2-deadlock-patch
patch < screen-4.0.2-hankanacopy-patch
patch < screen-4.0.2-patch-cjkwidth-cvs-2006052001
./configure --help
./configure --prefix=$HOME/local --enable-colors256
make
make install
cp etc/screenrc ~/local/etc/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment