mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
4157d33ee9
svn:r143
27 lines
421 B
Plaintext
27 lines
421 B
Plaintext
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.
|
|
|
|
Acknowledgements:
|
|
-----------------
|
|
|
|
The following people have helped with suggestions, ideas or code:
|
|
|
|
Nick Mathewson
|
|
Andrew Danforth
|
|
Shie Erlich
|
|
Mike Davis
|
|
|
|
If I have forgotten your name, please contact me.
|
|
|