Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libevent / README
blob1ebe6e12f1dfa4e0096a62f87d4e7b92762fc967
1 0. BUILDING AND INSTALLATION (Briefly)
3 $ ./configure
4 $ make
5 $ make verify   # (optional)
6 $ sudo make install
8 1. BUILDING AND INSTALLATION (In Depth)
10 To build libevent, type
12 $ ./configure && make
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.)
18 You can run the regression tests by running
20 $ make verify
22 Install as root via
24 # make install
26 Before, reporting any problems, please run the regression tests.
28 To enable the low-level tracing build the library as:
30    CFLAGS=-DUSE_DEBUG ./configure [...]
32 Standard configure flags should work.  In particular, see:
34    --disable-shared          Only build static libraries
35    --prefix                  Install all files relative to this directory.
38 The configure script also supports the following flags:
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.
47 2. USEFUL LINKS:
49 For the latest released version of Libevent, see the official website at
50 http://libevent.org/ .
52 There's a pretty good work-in-progress manual up at
53    http://www.wangafu.net/~nickm/libevent-book/ .
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"
59 You can browse the git repository online at
60 http://levent.git.sourceforge.net/git/gitweb-index.cgi .
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 .
66 There's also a libevent-users mailing list for talking about Libevent
67 use and development: http://archives.seul.org/libevent/users/
69 3. ACKNOWLEDGMENTS
71 The following people have helped with suggestions, ideas, code or
72 fixing bugs:
74   Arno Bakker
75   Alejo
76   Weston Andros Adamson
77   William Ahern
78   Ivan Andropov
79   Sergey Avseyev
80   Avi Bab
81   Gilad Benjamini
82   Stas Bekman
83   Joachim Bauch
84   Denis Bilenko
85   Julien Blache
86   Kevin Bowling
87   Tomash Brechko
88   Kelly Brock
89   Ralph Castain
90   Adrian Chadd
91   Lawnstein Chan
92   Shuo Chen
93   Ka-Hing Cheung
94   Andrew Danforth
95   Ed Day
96   Christopher Davis
97   Mike Davis
98   Mihai Draghicioiu
99   Mark Ellzey
100   Shie Erlich
101   Leonid Evdokimov
102   Christophe Fillot
103   Mike Frysinger
104   Remi Gacogne
105   Alexander von Gernler
106   Artur Grabowski
107   Dave Hart
108   Greg Hazel
109   Michael Herf
110   Sebastian Hahn
111   Savg He
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   Ross Lagerwall
126   Scott Lamb
127   Christopher Layne
128   Adam Langley
129   Philip Lewis
130   Zhou Li
131   David Libenzi
132   Yan Lin
133   Moshe Litvin
134   Mitchell Livingston
135   Hagne Mahre
136   Lubomir Marinov
137   Abilio Marques
138   Nick Mathewson
139   James Mansion
140   Nicholas Marriott
141   Andrey Matveev
142   Caitlin Mercer
143   Dagobert Michelsen
144   Mansour Moufid
145   Felix Nawothnig
146   Trond Norbye
147   Linus Nordberg
148   Richard Nyberg
149   Jon Oberheide
150   Phil Oleson
151   Dave Pacheco
152   Tassilo von Parseval
153   Catalin Patulea
154   Simon Perreault
155   Pierre Phaneuf
156   Ryan Phillips
157   Dimitre Piskyulev
158   Pavel Plesov
159   Jon Poland
160   Nate R
161   Robert Ransom
162   Bert JW Regeer
163   Peter Rosin
164   Maseeb Abdul Qadir
165   Wang Qin
166   Alex S
167   Hanna Schroeter
168   Ralf Schmitt
169   Mike Smellie
170   Kevin Springborn
171   Harlan Stenn
172   Steve Snyder
173   Dug Song
174   Dongsheng Song
175   Hannes Sowa
176   Ferenc Szalai
177   Brodie Thiesfield
178   Jason Toffaletti
179   Gisle Vanem
180   Bas Verhoeven
181   Constantine Verutin
182   Colin Watt
183   Zack Weinberg
184   Jardel Weyrich
185   Alex
186   Taral
187   propanbutan
188   mmadia
191 If we have forgotten your name, please contact us.