]> arthur.barton.de Git - netatalk.git/blob - libevent/README
Add libevent
[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   Kelly Brock
86   Ralph Castain
87   Shuo Chen
88   Ka-Hing Cheung
89   Andrew Danforth
90   Christopher Davis
91   Mike Davis
92   Mihai Draghicioiu
93   Mark Ellzey
94   Shie Erlich
95   Alexander von Gernler
96   Artur Grabowski
97   Michael Herf
98   Sebastian Hahn
99   Aaron Hopkins
100   Tani Hosokawa
101   Claudio Jeker
102   Evan Jones
103   Valery Kyholodov
104   Marko Kreen
105   Scott Lamb
106   Christopher Layne
107   Adam Langley
108   Christopher Layne
109   Philip Lewis
110   Zhou Li
111   David Libenzi
112   Yan Lin
113   Moshe Litvin
114   Hagne Mahre
115   Lubomir Marinov
116   Nick Mathewson
117   James Mansion
118   Nicholas Marriott
119   Andrey Matveev
120   Caitlin Mercer
121   Dagobert Michelsen
122   Felix Nawothnig
123   Trond Norbye
124   Linus Nordberg
125   Richard Nyberg
126   Jon Oberheide
127   Phil Oleson
128   Dave Pacheco
129   Tassilo von Parseval
130   Simon Perreault
131   Pierre Phaneuf
132   Ryan Phillips
133   Dimitre Piskyulev
134   Pavel Plesov
135   Jon Poland
136   Bert JW Regeer
137   Hanna Schroeter
138   Ralf Schmitt
139   Mike Smellie
140   Kevin Springborn
141   Ferenc Szalai
142   Dug Song
143   Brodie Thiesfield
144   Jason Toffaletti
145   Bas Verhoeven
146   Constantine Verutin
147   Zack Weinberg
148   Taral
149   propanbutan
150   mmadia
151
152 If we have forgotten your name, please contact us.