Libevent

From CBLFS
Revision as of 07:55, 10 November 2007 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.monkey.org/~provos/libevent-{{Libevent-Version}}.tar.gz |} ---- {{Package-Introduction|The lib...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.monkey.org/~provos/libevent-1.4.9.tar.gz

Introduction to Libevent

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts

Project Homepage: http://www.monkey.org/~provos/libevent/

Dependencies

Non-Multilib

Configure and compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

todo

N32

todo

64Bit

todo