Webux Lab - Blog
Webux Lab Logo

Webux Lab

By Studio Webux

Search

By Tommy Gingras

Last update 2026-02-18

macOStmux

Compile tmux on macOS

Tested on Bundle: Tahoe 26.1

libevent

  1. Download release from https://github.com/libevent/libevent/releases/tag/release-2.1.12-stable
  2. Build
./configure
make
sudo make install

utf8proc

  1. Download release from https://github.com/JuliaStrings/utf8proc/releases/tag/v2.11.3
  2. Build
make
sudo make install

tmux

  1. Download release from https://github.com/tmux/tmux/releases/tag/3.6a
  2. Build
PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/" ./configure --enable-utf8proc
make
sudo make install