macにtmuxをインストールする

ビルドする必要があるソフトのようなのでメモっときます。

brew install libtool
brew install automake
brew install pkg-config
brew install libevent

git clone git://git.code.sf.net/p/tmux/tmux-code tmux
cd tmux

./configure
make
make install