• 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.8

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.1548371183.txt.gz · Last modified: 2019/01/24 23:06 by eServices Greece