14 lines
204 B
Markdown
14 lines
204 B
Markdown
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
|
|
```
|