Homebrewでtmuxをインストールしたよ。

すっかり年明けしてしまっているけど・・・・。


Homebrewでtmuxをインストールしたよ。
なんとなく、tmuxというのをインストールしてみたくなったので、Homebrewでインストールしてみました。


まず、Homebrewのインストール。


/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"


なおtmuxをインストールする際には、libevent*1が必要になります。


brew install libevent 
==> Downloading https://github.com/downloads/libevent/libevent/libevent-2.0.16-s
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libevent/2.0.16
==> make
1 ==> make install
/usr/local/Cellar/libevent/2.0.16: 48 files, 1.9M, built in 48 seconds

続いて、tmuxをインストール。

==> brew install tmux
Downloading http://sourceforge.net/projects/tmux/files/tmux/tmux-1.5/tmux-1.
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/tmux/1.5 --sysconfdir=/usr/local/etc
==> make install
==> Caveats
Bash completion script was installed to:
/usr/local/etc/bash_completion.d/tmux
==> Summary
/usr/local/Cellar/tmux/1.5: 5 files, 532K, built in 16 seconds

これでインストール完了。

Homebrewがあると楽です。

*1:libevent1.4か2.0