• You are here:
  • »
  • tmux

tmux

This is an old revision of the document!


Difficulty
Easy

tmux

Goal

Compile tmux

Steps

Library Prerequisites

yum install libevent-devel ncurses-devel

Fetch tmux

wget https://github.com/tmux/tmux/releases/download/2.3/tmux-2.3.tar.gz
tar zxfv tmux-2.3.tar.gz
cd tmux-2.3

Build tmux

./configure --prefix=/usr
make

Install tmux

cp tmux /usr/bin/

/home/www/sites/esgr.in/wiki/data/attic/software/tmux.1490854218.txt.gz · Last modified: 2017/03/30 06:10 by eServices Greece