Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:tmux [2018/12/08 06:44] eServices Greece [EXPORTS used to set versions] |
software:tmux [2021/11/16 09:09] (current) eServices Greece |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| === Library Prerequisites === | === Library Prerequisites === | ||
| <sxh bash> | <sxh bash> | ||
| - | yum install libevent-devel ncurses-devel | + | yum -y install libevent-devel ncurses-devel |
| </ | </ | ||
| Line 14: | Line 14: | ||
| You can change the values here to change compiled version. | You can change the values here to change compiled version. | ||
| <sxh> | <sxh> | ||
| - | TMUX_VERSION=2.8 | + | TMUX_VERSION=3.2a |
| </ | </ | ||
| Line 31: | Line 31: | ||
| === Install tmux === | === Install tmux === | ||
| - | <sxh bash>cp tmux /usr/bin/</ | + | <sxh bash>make install</ |