Skip to content

Instantly share code, notes, and snippets.

@etaf
Created July 22, 2018 07:07
Show Gist options
  • Save etaf/a9cf63d9364d4f69f9329380cec696ac to your computer and use it in GitHub Desktop.
Save etaf/a9cf63d9364d4f69f9329380cec696ac to your computer and use it in GitHub Desktop.
mac build tmux
```bash
brew install automake pkg-config libevent
git clone https://github.com/tmux/tmux.git
cd tmux
sh autogen.sh
./configure --prefix=$HOME/.local
make -j8 && make install
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment