Skip to content

delegacy/alpine-static-tmux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Statically compiled tmux with musl libc

Because there are times I have to endure systems I can't update, and still want tmux to be available.

Requirements

  • docker
  • gnu tar

To build

make

Or if your tar is named oddly, say gtar:

make TAR=gtar

And you'll end up with an unstripped tmux binary for x86_64 linux in this directory.

About

Build a static tmux binary on x86_64 linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%