• 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

EXPORTS used to set versions

You can change the values here to change compiled version.

TMUX_VERSION=2.6

Fetch tmux

wget https://github.com/tmux/tmux/releases/download/${TMUX_VERSION}/tmux-${TMUX_VERSION}.tar.gz
tar zxfv tmux-${TMUX_VERSION}.tar.gz
cd tmux-${TMUX_VERSION}

Build tmux

./configure --prefix=/usr
make

Install tmux

cp tmux /usr/bin/

/home/www/sites/esgr.in/wiki/data/attic/software/tmux.1516673653.txt.gz · Last modified: 2018/01/23 02:14 by eServices Greece