Yosemiteにtmuxを

カテゴリー:  Tech タグ:  software

App.Netのコマンドラインクライアント Ayadnをtmuxで使うと便利そうだと、tmuxの導入ではまりました。

以下のようなエラーが出ていまします。

dyld: Library not loaded: /usr/local/lib/libevent-2.0.5.dylib
  Referenced from: /usr/local/bin/tmux
  Reason: image not found
Trace/BPT trap: 5

どうもlibeventが絡んでるようなので、

$ brew uninstall tmux
$ brew uninstall libevent
$ brew install libevent
$ brew install tux

これでもlibeventがうまくリンクできておらず、

$ sudo chown -R $USER $(brew --prefix)
$ brew link libevent
$ brew install tux

これでやっと成功。

シェルを多重化して画面分割で表示し、TimelineとGlobal、自分のポスト用の枠を表示しているといい感じです。

コメント

Comments powered by Disqus