aboutsummaryrefslogtreecommitdiffstats
path: root/luaevent/README
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-06-10 16:52:55 +0000
committerThomas Harning Jr <harningt@gmail.com>2007-06-10 16:52:55 +0000
commit9839406cc22bd47bbf4bd82d73860f9f7e270155 (patch)
treeaa146a284f8ce63ad81a312f1bc6bc89e8f1d993 /luaevent/README
parentca61614b981fff436b50caabc2e61d4d962348b7 (diff)
downloadluaevent-prosody-9839406cc22bd47bbf4bd82d73860f9f7e270155.tar.gz
luaevent-prosody-9839406cc22bd47bbf4bd82d73860f9f7e270155.zip
* Adjusted licensing and added README.
Diffstat (limited to 'luaevent/README')
-rw-r--r--luaevent/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/luaevent/README b/luaevent/README
new file mode 100644
index 0000000..3ec66a7
--- /dev/null
+++ b/luaevent/README
@@ -0,0 +1,8 @@
+Build Requirements:
+ premake (>= 3.3)
+ libevent (recommend >= 1.3b)
+Usage Requirements:
+ libevent (recommend >= 1.3b)
+ LuaSocket
+
+See test/ directory for examples of usage. \ No newline at end of file