分类: LINUX
2015-02-09 16:29:23
curl -O https://cloud.github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz tar -zxvf libevent-2.0.21-stable.tar.gz
tar -zxvf tmux-1.9a.tar.gz
CFLAGS="-I/tmp/libevent/include" LDFLAGS="-L/tmp/libevent/lib" ./configure --prefix=/usr/local make make install