aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.