XhstormR's Blog/Posts/构建 tmux/构建 tmux2019-10-03·26 字·1 分钟· · Compile作者XhstormRINTJ Updated on 2019-10-03https://github.com/tmux/tmuxwget https://github.com/tmux/tmux/archive/master.zip unzip master.zip cd tmux-master/ yum groups install 'Development Tools' yum install -y ncurses-devel libevent-devel sh autogen.sh ./configure && make install