aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index 091ce6f..611d2a2 100644
--- a/README
+++ b/README
@@ -1,12 +1,9 @@
1This release is work in progress. It has been tested on WinXP, Mac OS X, 1This release is work in progress. It has been tested on WinXP, Mac OS X,
2SunOS and Linux. The most important change is a major rewrite of the C code 2SunOS and Linux.
3that attempts to make the library extensible. Also, all functions were
4moved to the 'socket' namespace. A few changes are expected for the final
5version, mostly in order to make the API more uniform.
6 3
7In this version, all Lua code has been built into the binary. For that, you 4In this version, all Lua code should be built into the binary. For that, you
8will need a working versions of luac and bin2c, both available with your 5will need a working versions of luac and bin2c, both available with your
9Lua distribution. Check makefile for details. 6Lua distribution. Check the makefile for details.
10 7
11Have fun, 8Have fun,
12Diego Nehab. 9Diego Nehab.