Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:tmux [2018/01/23 02:14]
eServices Greece
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
 </sxh> </sxh>
  
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.6+TMUX_VERSION=3.2a
 </sxh> </sxh>
  
Line 31: Line 31:
  
 === Install tmux === === Install tmux ===
-<sxh bash>cp tmux /usr/bin/</sxh>+<sxh bash>make install</sxh>