about summary refs log tree commit diff
path: root/libevent/README
diff options
context:
space:
mode:
Diffstat (limited to 'libevent/README')
-rw-r--r--libevent/README35
1 files changed, 0 insertions, 35 deletions
diff --git a/libevent/README b/libevent/README
deleted file mode 100644
index bd4a84c..0000000
--- a/libevent/README
+++ /dev/null
@@ -1,35 +0,0 @@
-To build libevent, type
-
-$ ./configure && make
-
-Install as root via
-
-# make install
-
-You can run the regression tests by
-
-$ make verify
-
-Before, reporting any problems, please run the regression tests.
-
-To enable the low-level tracing build the library as:
-
-CFLAGS=-DUSE_DEBUG ./configure [...]
- 
-Acknowledgements:
------------------
-
-The following people have helped with suggestions, ideas, code or
-fixing bugs:
-
-  Nick Mathewson
-  Andrew Danforth
-  Shie Erlich
-  Mike Davis
-  William Ahern
-  Alexander von Gernler
-  Artur Grabowski
-  Stas Bekman
-  Tassilo von Parseval
-
-If I have forgotten your name, please contact me.