Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: third_party/libevent/README

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libevent/Makefile.nmake ('k') | third_party/libevent/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
OLDNEW
« no previous file with comments | « third_party/libevent/Makefile.nmake ('k') | third_party/libevent/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698