Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $ brew install tmux
  2. Error: You must `brew link libevent' before tmux can
  3. mdurrant@C02MH2DQFD58:~
  4. $ brew link libevent
  5. Linking /usr/local/Cellar/libevent/2.0.21...
  6. Warning: Could not link libevent. Unlinking...
  7. Error: Permission denied - /usr/local/include/event2
  8.  
  9. brew install automake
  10.  
  11. brew install pkg-config
  12. rm configure
  13. sh autogen.sh
  14. ./configure
  15. make
  16. make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement