Posts 编译静态链接tmux
Post
Cancel

编译静态链接tmux

过程

libevent

1
2
3
4
cd libevent-2.0.22
./configure --prefix=/home/pengzhangjie/temp/
make
make install

下载tmux

tmux

1
2
3
4
cd tmux-2.0
./configure --prefix=/home/iceway/temp/ --enable-static CFLAGS=-I/home/iceway/temp/include LDFLAGS=-L/home/pengzhangjie/temp/lib64
make
make install

结束

This post is licensed under CC BY 4.0 by the author.