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