• You are here:
  • »
  • tmux

tmux

This is an old revision of the document!


Difficulty
Easy

tmux

Goal

Compile tmux

Steps

Library Prerequisites

yum -y install libevent-devel ncurses-devel

EXPORTS used to set versions

You can change the values here to change compiled version.

TMUX_VERSION=2.9a

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

make install

/home/www/sites/esgr.in/wiki/data/attic/software/tmux.1566634917.txt.gz · Last modified: 2019/08/24 08:21 by eServices Greece