]> arthur.barton.de Git - netatalk.git/blob - libevent/README
3423900d81748eadf216e9333ed7a60f97094246
[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   Arno Bakker
75   Maseeb Abdul
76   Alejo
77   Weston Andros Adamson
78   William Ahern
79   Ivan Andropov
80   Sergey Avseyev
81   Avi Bab
82   Gilad Benjamini
83   Stas Bekman
84   Joachim Bauch
85   Denis Bilenko
86   Julien Blache
87   Kevin Bowling
88   Tomash Brechko
89   Kelly Brock
90   Ralph Castain
91   Adrian Chadd
92   Lawnstein Chan
93   Shuo Chen
94   Ka-Hing Cheung
95   Andrew Danforth
96   Ed Day
97   Christopher Davis
98   Mike Davis
99   Mihai Draghicioiu
100   Mark Ellzey
101   Shie Erlich
102   Leonid Evdokimov
103   Christophe Fillot
104   Mike Frysinger
105   Remi Gacogne
106   Alexander von Gernler
107   Artur Grabowski
108   Dave Hart
109   Greg Hazel
110   Michael Herf
111   Sebastian Hahn
112   Mark Heily
113   Greg Hewgill
114   Aaron Hopkins
115   Tani Hosokawa
116   Jamie Iles
117   Claudio Jeker
118   Evan Jones
119   George Kadianakis
120   Phua Keat
121   Kevin Ko
122   Brian Koehmstedt
123   Marko Kreen
124   Valery Kyholodov
125   Scott Lamb
126   Christopher Layne
127   Adam Langley
128   Philip Lewis
129   Zhou Li
130   David Libenzi
131   Yan Lin
132   Moshe Litvin
133   Mitchell Livingston
134   Hagne Mahre
135   Lubomir Marinov
136   Abilio Marques
137   Nick Mathewson
138   James Mansion
139   Nicholas Marriott
140   Andrey Matveev
141   Caitlin Mercer
142   Dagobert Michelsen
143   Mansour Moufid
144   Felix Nawothnig
145   Trond Norbye
146   Linus Nordberg
147   Richard Nyberg
148   Jon Oberheide
149   Phil Oleson
150   Dave Pacheco
151   Tassilo von Parseval
152   Catalin Patulea
153   Simon Perreault
154   Pierre Phaneuf
155   Ryan Phillips
156   Dimitre Piskyulev
157   Pavel Plesov
158   Jon Poland
159   Nate R
160   Robert Ransom
161   Bert JW Regeer
162   Peter Rosin
163   Wang Qin
164   Hanna Schroeter
165   Ralf Schmitt
166   Mike Smellie
167   Kevin Springborn
168   Harlan Stenn
169   Steve Snyder
170   Dug Song
171   Dongsheng Song
172   Ferenc Szalai
173   Brodie Thiesfield
174   Jason Toffaletti
175   Gisle Vanem
176   Bas Verhoeven
177   Constantine Verutin
178   Colin Watt
179   Zack Weinberg
180   Jardel Weyrich
181   Alex
182   Taral
183   propanbutan
184   mmadia
185
186 If we have forgotten your name, please contact us.