aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 21:46:22 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 21:46:22 +0000
commit597a062b1bc38488df1363995eece8a9f19c7111 (patch)
treeba4ccaa8be98d1100aed63abb9c42c099f2c41bb /README
parenteac26d2c8dafab604ef2e97e504326cfaf1033cf (diff)
downloadluasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.gz
luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.bz2
luasocket-597a062b1bc38488df1363995eece8a9f19c7111.zip
Almost ready for distribution...
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 611d2a2..b072084 100644
--- a/README
+++ b/README
@@ -1,9 +1,11 @@
1This release is work in progress. It has been tested on WinXP, Mac OS X, 1This release is a "beta" version. It has been tested on WinXP, Mac OS X,
2SunOS and Linux. 2SunOS and Linux. Although no major API changes should happen before the
3final version is released, please look for and report any bugs (or
4"features") you encounter.
3 5
4In this version, all Lua code should be built into the binary. For that, you 6For this version, all modules should be loaded with the provided "require"
5will need a working versions of luac and bin2c, both available with your 7function, and the binaries should be compliled as shared libraries. Check
6Lua distribution. Check the makefile for details. 8the makefiles in the distribution and the readme in the 'etc' directory.
7 9
8Have fun, 10Have fun,
9Diego Nehab. 11Diego Nehab.