diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,9 +1,11 @@ | |||
1 | This release is work in progress. It has been tested on WinXP, Mac OS X, | 1 | This release is a "beta" version. It has been tested on WinXP, Mac OS X, |
2 | SunOS and Linux. | 2 | SunOS and Linux. Although no major API changes should happen before the |
3 | final version is released, please look for and report any bugs (or | ||
4 | "features") you encounter. | ||
3 | 5 | ||
4 | In this version, all Lua code should be built into the binary. For that, you | 6 | For this version, all modules should be loaded with the provided "require" |
5 | will need a working versions of luac and bin2c, both available with your | 7 | function, and the binaries should be compliled as shared libraries. Check |
6 | Lua distribution. Check the makefile for details. | 8 | the makefiles in the distribution and the readme in the 'etc' directory. |
7 | 9 | ||
8 | Have fun, | 10 | Have fun, |
9 | Diego Nehab. | 11 | Diego Nehab. |