2004-12-01 19:59:00 +00:00
|
|
|
To build libevent, type
|
|
|
|
|
|
|
|
$ ./configure && make
|
|
|
|
|
2007-11-07 22:35:15 +00:00
|
|
|
(If you got libevent from the subversion repository, you will
|
|
|
|
first need to run the included "autogen.sh" script in order to
|
|
|
|
generate the configure script.)
|
|
|
|
|
2004-12-01 19:59:00 +00:00
|
|
|
Install as root via
|
|
|
|
|
|
|
|
# make install
|
|
|
|
|
|
|
|
You can run the regression tests by
|
|
|
|
|
|
|
|
$ make verify
|
|
|
|
|
2005-04-04 00:35:14 +00:00
|
|
|
Before, reporting any problems, please run the regression tests.
|
|
|
|
|
2005-12-17 20:18:10 +00:00
|
|
|
To enable the low-level tracing build the library as:
|
|
|
|
|
|
|
|
CFLAGS=-DUSE_DEBUG ./configure [...]
|
2007-11-07 22:35:15 +00:00
|
|
|
|
2005-04-04 00:35:14 +00:00
|
|
|
Acknowledgements:
|
|
|
|
-----------------
|
|
|
|
|
2005-05-10 17:27:58 +00:00
|
|
|
The following people have helped with suggestions, ideas, code or
|
|
|
|
fixing bugs:
|
2005-04-04 00:35:14 +00:00
|
|
|
|
2007-02-08 16:27:26 +00:00
|
|
|
Alejo
|
|
|
|
Weston Andros Adamson
|
|
|
|
William Ahern
|
|
|
|
Stas Bekman
|
2005-04-04 00:35:14 +00:00
|
|
|
Andrew Danforth
|
|
|
|
Mike Davis
|
2007-02-08 16:27:26 +00:00
|
|
|
Shie Erlich
|
2005-05-10 17:27:58 +00:00
|
|
|
Alexander von Gernler
|
2005-12-17 20:15:25 +00:00
|
|
|
Artur Grabowski
|
2007-02-08 16:27:26 +00:00
|
|
|
Aaron Hopkins
|
|
|
|
Claudio Jeker
|
|
|
|
Scott Lamb
|
|
|
|
Adam Langley
|
|
|
|
Philip Lewis
|
|
|
|
David Libenzi
|
|
|
|
Nick Mathewson
|
|
|
|
Andrey Matveev
|
|
|
|
Richard Nyberg
|
|
|
|
Jon Oberheide
|
2007-03-05 06:49:45 +00:00
|
|
|
Phil Oleson
|
2007-02-08 16:27:26 +00:00
|
|
|
Dave Pacheco
|
2005-12-17 20:18:10 +00:00
|
|
|
Tassilo von Parseval
|
2007-02-08 16:27:26 +00:00
|
|
|
Pierre Phaneuf
|
|
|
|
Jon Poland
|
|
|
|
Bert JW Regeer
|
|
|
|
Dug Song
|
|
|
|
Taral
|
2005-04-04 00:35:14 +00:00
|
|
|
|
|
|
|
If I have forgotten your name, please contact me.
|