• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Building tmux 1.7 on OS X 10.8 Mountain LionEdit

Created 2/24/2013, updated 5/18/2017

This is considerably simpler than building it on CentOS 5.8 (see Building tmux 1.7 on CentOS 5.8) and simpler than it was on older versions of the OS (see Building tmux 1.5 on Mac OS X Lion 10.7.2):

$ curl -LO http://downloads.sourceforge.net/tmux/tmux-1.7.tar.gz
$ tar xzvf tmux-1.7.tar.gz
$ cd tmux-1.7
$ ./configure && make && sudo make install
  • tmux
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).