Annotation of embedaddon/libevent/README, revision 1.1.1.1
1.1 misho 1: To build libevent, type
2:
3: $ ./configure && make
4:
5: (If you got libevent from the subversion repository, you will
6: first need to run the included "autogen.sh" script in order to
7: generate the configure script.)
8:
9: Install as root via
10:
11: # make install
12:
13: You can run the regression tests by
14:
15: $ make verify
16:
17: Before, reporting any problems, please run the regression tests.
18:
19: To enable the low-level tracing build the library as:
20:
21: CFLAGS=-DUSE_DEBUG ./configure [...]
22:
23: Acknowledgements:
24: -----------------
25:
26: The following people have helped with suggestions, ideas, code or
27: fixing bugs:
28:
29: Alejo
30: Weston Andros Adamson
31: William Ahern
32: Stas Bekman
33: Andrew Danforth
34: Mike Davis
35: Shie Erlich
36: Alexander von Gernler
37: Artur Grabowski
38: Aaron Hopkins
39: Claudio Jeker
40: Scott Lamb
41: Adam Langley
42: Philip Lewis
43: David Libenzi
44: Nick Mathewson
45: Andrey Matveev
46: Richard Nyberg
47: Jon Oberheide
48: Phil Oleson
49: Dave Pacheco
50: Tassilo von Parseval
51: Pierre Phaneuf
52: Jon Poland
53: Bert JW Regeer
54: Dug Song
55: Taral
56:
57: If I have forgotten your name, please contact me.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>