macで256色表示可能な screen をコンパイル
Posted: , Modified:
下記のコマンドを実行する.
git clone git://git.savannah.gnu.org/screen.git
cd screen/src
./autogen.sh
./configure --enable-colors256
make
sudo make install
上記を実行するために,automake が必要.これは,brew でインストールできる.(以下は,autoconf もインストールする例)
sudo brew install autoconf
sudo brew install automake
256色表示できているかの確認は,256colors2.pl で行える.