Makefile: Reduce optimisation to -O2 from -O3
[luaevent.git] / README
blob087fbe0b2a8fd65e66fd7b41f52427a6f5b07513
1 luaevent-prosody is a (hopefully temporary) fork of the luaevent library. This fork is
2 maintained by Matthew Wild <mwild1@gmail.com>.
4 Source repository: http://code.matthewwild.co.uk/luaevent-prosody
6 This luaevent-prosody 0.1.0 release is based on luaevent 0.2.0. See CHANGELOG for more 
7 information about the changes.
9 === Original README from luaevent 0.2.0 ===
11 Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement 
12 for copas, and eventually support more features (async DNS, HTTP, RPC...).
14 Contact information:
15 Lead:   Thomas Harning <harningt@gmail.com>
17 Project page: http://luaforge.net/projects/luaevent/
18 GIT Repositories:
19         git://repo.or.cz/luaevent.git
20         http://repo.or.cz/r/luaevent.git
21 Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/:
22 git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob
24 Build Requirements:
25         premake (>= 3.3 < 4)
26         libevent (recommend >= 1.3b)
27 Usage Requirements:
28         libevent (recommend >= 1.3b)
29         LuaSocket
31 See test/ directory for examples of usage.
34 Dependencies:
35         premake - http://premake.sourceforge.net/download
36         libevent - http://monkey.org/~provos/libevent/
37         LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/