Skip to content

Instantly share code, notes, and snippets.

@gistub
gistub / latest-tmux-1.7.sh
Last active July 24, 2022 00:52 — forked from saiqulhaq/latest-tmux-1.7 on ubuntu12.04
[tmux: build from source] #setup
#!/bin/bash
sudo apt-get build-dep tmux
# git clone git://git.code.sf.net/p/tmux/tmux-code tmux
git clone https://github.com/tmux/tmux
cd tmux
./autogen.sh
./configure --prefix=/usr/local