]> arthur.barton.de Git - netatalk.git/blob - libevent/README
Update libevent to 2.0.12
[netatalk.git] / libevent / README
1 0. BUILDING AND INSTALLATION (Briefly)
2
3 $ ./configure
4 $ make
5 $ make verify   # (optional)
6 $ sudo make install
7
8 1. BUILDING AND INSTALLATION (In Depth)
9
10 To build libevent, type
11
12 $ ./configure && make
13
14      (If you got libevent from the git repository, you will
15       first need to run the included "autogen.sh" script in order to
16       generate the configure script.)
17
18 You can run the regression tests by running
19
20 $ make verify
21
22 Install as root via
23
24 # make install
25
26 Before, reporting any problems, please run the regression tests.
27
28 To enable the low-level tracing build the library as:
29
30    CFLAGS=-DUSE_DEBUG ./configure [...]
31
32 Standard configure flags should work.  In particular, see:
33
34    --disable-shared          Only build static libraries
35    --prefix                  Install all files relative to this directory.
36
37
38 The configure script also supports the following flags:
39
40    --enable-gcc-warnings     Enable extra compiler checking with GCC.
41    --disable-malloc-replacement
42                              Don't let applications replace our memory
43                              management functions
44    --disable-openssl         Disable support for OpenSSL encryption.
45    --disable-thread-support  Don't support multithreaded environments.
46
47 2. USEFUL LINKS:
48
49 For the latest released version of Libevent, see the official website at
50 http://monkey.org/~provos/libevent/ .
51
52 There's a pretty good work-in-progress manual up at
53    http://www.wangafu.net/~nickm/libevent-book/ .
54
55 For the latest development versions of Libevent, access our Git repository
56 via
57    "git clone git://levent.git.sourceforge.net/gitroot/levent/libevent"
58
59 You can browse the git repository online at
60 http://levent.git.sourceforge.net/git/gitweb-index.cgi .
61
62 To report bugs, request features, or submit patches to Libevent,
63 use the Sourceforge trackers at
64 https://sourceforge.net/tracker/?group_id=50884 .
65
66 There's also a libevent-users mailing list for talking about Libevent
67 use and development: http://archives.seul.org/libevent/users/
68
69 3. ACKNOWLEDGMENTS
70
71 The following people have helped with suggestions, ideas, code or
72 fixing bugs:
73
74   Alejo
75   Weston Andros Adamson
76   William Ahern
77   Ivan Andropov
78   Avi Bab
79   Gilad Benjamini
80   Stas Bekman
81   Joachim Bauch
82   Denis Bilenko
83   Julien Blache
84   Kevin Bowling
85   Tomash Brechko
86   Kelly Brock
87   Ralph Castain
88   Shuo Chen
89   Ka-Hing Cheung
90   Andrew Danforth
91   Christopher Davis
92   Mike Davis
93   Mihai Draghicioiu
94   Mark Ellzey
95   Shie Erlich
96   Christophe Fillot
97   Alexander von Gernler
98   Artur Grabowski
99   Dave Hart
100   Michael Herf
101   Sebastian Hahn
102   Aaron Hopkins
103   Tani Hosokawa
104   Claudio Jeker
105   Evan Jones
106   Phua Keat
107   Kevin Ko
108   Brian Koehmstedt
109   Marko Kreen
110   Valery Kyholodov
111   Scott Lamb
112   Christopher Layne
113   Adam Langley
114   Philip Lewis
115   Zhou Li
116   David Libenzi
117   Yan Lin
118   Moshe Litvin
119   Hagne Mahre
120   Lubomir Marinov
121   Nick Mathewson
122   James Mansion
123   Nicholas Marriott
124   Andrey Matveev
125   Caitlin Mercer
126   Dagobert Michelsen
127   Mansour Moufid
128   Felix Nawothnig
129   Trond Norbye
130   Linus Nordberg
131   Richard Nyberg
132   Jon Oberheide
133   Phil Oleson
134   Dave Pacheco
135   Tassilo von Parseval
136   Simon Perreault
137   Pierre Phaneuf
138   Ryan Phillips
139   Dimitre Piskyulev
140   Pavel Plesov
141   Jon Poland
142   Robert Ransom
143   Bert JW Regeer
144   Peter Rosin
145   Hanna Schroeter
146   Ralf Schmitt
147   Mike Smellie
148   Kevin Springborn
149   Harlan Stenn
150   Ferenc Szalai
151   Dug Song
152   Dongsheng Song
153   Brodie Thiesfield
154   Jason Toffaletti
155   Bas Verhoeven
156   Constantine Verutin
157   Zack Weinberg
158   Jardel Weyrich
159   Taral
160   propanbutan
161   mmadia
162
163 If we have forgotten your name, please contact us.