README
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.
58
README.chromium
1 Name: libevent
2 URL: http://www.monkey.org/~provos/libevent/
3 Version: 1.4.13
4 License: BSD
5 Security Critical: yes
6
7 Local Modifications:
8 Rather than use libevent's own build system, we just build a Chrome
9 static library using GYP.
10
11 1) Run configure and "make event-config.h" on Linux, FreeBSD, Solaris,
12 and Mac and copy config.h and event-config.h to linux/, freebsd/,
13 solaris/, and mac/ respectively.
14 2) Add libevent.gyp.
15 3) chromium.patch is applied to allow libevent to be used without
16 being installed.
17 4) The directories WIN32-Code and WIN32-Prj are not included.
18 5) Apply r87338.
19 6) The configs for android were copied from Linux's which were very close to
20 android one with the exception of HAVE_FD_MASK and HAVE_STRLCPY.
21