Home | History | Annotate | Download | only in libevent
      1 Name: libevent
      2 URL: http://www.monkey.org/~provos/libevent/
      3 Version: 1.4.13
      4 License: BSD
      5 
      6 Local Modifications:
      7 Rather than use libevent's own build system, we just build a Chrome
      8 static library using GYP.
      9 
     10 1) Run configure and "make event-config.h" on a Linux, FreeBSD, and
     11    Mac box and copy config.h and event-config.h to linux/, freebsd/,
     12    and mac/ respectively.
     13 2) Add libevent.gyp.
     14 3) chromium.patch is applied to allow libevent to be used without
     15    being installed.
     16 4) The directories WIN32-Code and WIN32-Prj are not included.
     17