Files
AeroPkg/assets/var/gnu/tmux.md

14 lines
204 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
tmux 3.7
=
https://github.com/tmux/tmux/releases/download/3.7/tmux-3.7.tar.gz
``` sh *** build ***
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```
``` cfg *** build deps ***
libevent
```