一、下载
http://libevent.org/
注:
如果在程序中用到了:
#include <event2/event.h>,
则需要下载2.0以上版本;
二、解压与安装
# tar zxvf libevent-1.2.tar.gz
# cd libevent-1.2
# ./configure –prefix=/usr
# make
# make install
http://libevent.org/
注:
如果在程序中用到了:
#include <event2/event.h>,
则需要下载2.0以上版本;
二、解压与安装
# tar zxvf libevent-1.2.tar.gz
# cd libevent-1.2
# ./configure –prefix=/usr
# make
# make install
616

被折叠的 条评论
为什么被折叠?



