Skip to content

Script for installing tmux where you don’t have root access

Notifications You must be signed in to change notification settings

jealie/install_tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Script for installing tmux where you don't have root access

It is assumed that standard compilation tools (a C/C++ compiler with autoconf) are available.

This script fetches and compiles the latest version of tmux from github, with its dependencies libevent and ncurses.

One-line install:

git clone https://github.com/jealie/install_tmux.git && ./install_tmux/install_tmux.sh

The latest version of tmux will be installed in $HOME/local/bin/tmux.

Note: if you are using this script to get the latest version of tmux on a fresh Ubuntu install, get the dependencies with:

sudo apt-get install curl libtool pkg-config automake bison

About

Script for installing tmux where you don’t have root access

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages