Edit

kc3-lang/libevent/README

Branch :

  • Show log

    Commit

  • Author : Niels Provos
    Date : 2005-12-17 20:18:10
    Hash : 686dede7
    Message : do not undefine USE_DEBUG in header file; allow CFLAGS specification; from Stas Bekman svn:r191

  • README
  • 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.