Skip to content

Instantly share code, notes, and snippets.

@etaf
Created July 22, 2018 07:07
Show Gist options
  • Save etaf/ac578b3adefd89cffad29576d483edf3 to your computer and use it in GitHub Desktop.
Save etaf/ac578b3adefd89cffad29576d483edf3 to your computer and use it in GitHub Desktop.
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