尝试在OSX上安装tmux,但获得:
$ brew install tmux
Error: You must `brew link libevent' before tmux can
mdurrant@C02MH2DQFD58:~
$ brew link libevent
Linking /usr/local/Cellar/libevent/2.0.21...
Warning: Could not link libevent. Unlinking...
Error: Permission denied - /usr/local/include/event2我不能用苏多和啤酒一起喝。
以前我试过通过本地编译来安装libevent,现在我似乎无法消除它的痕迹,尽管我去了我有它的地方并做了sudo make uninstall。
发布于 2014-04-11 01:27:00
最后的答案是:
安装iterm2
brew install automake
brew install pkg-config
rm configure
sh autogen.sh
./configure
make
make install这起了作用(http://whiletruecode.com/post/installing-iterm2-and-tmux-osx),我有一个几乎相同的经验,虽然最后一步不是断裂的环节,而是做上面的
https://stackoverflow.com/questions/23001640
复制相似问题