Skip to content

Instantly share code, notes, and snippets.

@sudodo
Created February 3, 2012 05:20
Show Gist options
  • Select an option

  • Save sudodo/1728280 to your computer and use it in GitHub Desktop.

Select an option

Save sudodo/1728280 to your computer and use it in GitHub Desktop.
tmuxのソースからのインストール方法
1. libeventの導入
安定版のソース(自分は2.0.16)
http://libevent.org/
手順はここを参照
https://github.com/libevent/libevent
普通に
./configure -> make -> sudo make install
でできます。
2. libeventにパスを通す
(必要なら)
http://www.nigeldunn.com/2011/12/11/libevent-2-0-so-5-cannot-open-shared-object-file-no-such-file-or-directory/
3. tmuxのソースのダウンロード
http://tmux.sourceforge.net/
4. tmuxのインストール
普通に
./configure -> make -> sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment