- 下载源码
git clone https://github.com/tmux/tmux.git
- 安装依赖
sudo apt-get install autoconf automake pkg-config libevent-dev bison byacc
- 静态编译
./configure --with-pydebug LDFLAGS="-static" --disable-shared
make LDFLAGS="-static" LINKFORSHARED=" "
git clone https://github.com/tmux/tmux.git
sudo apt-get install autoconf automake pkg-config libevent-dev bison byacc
./configure --with-pydebug LDFLAGS="-static" --disable-shared
make LDFLAGS="-static" LINKFORSHARED=" "