diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | ===================== | 1 | ===================== |
3 | Usage on Windows: | 2 | Usage on Windows: |
4 | ===================== | 3 | ===================== |
@@ -47,8 +46,8 @@ In short, have your Lua core compiled with LUA_USE_DLOPEN and LUA_USE_POSIX | |||
47 | instead of the (default as of 5.1) LUA_DL_DYLD and LUA_USE_MACOSX. This is | 46 | instead of the (default as of 5.1) LUA_DL_DYLD and LUA_USE_MACOSX. This is |
48 | crucial to have each module loaded only once (even if initialized separately | 47 | crucial to have each module loaded only once (even if initialized separately |
49 | for each thread) and for the static & global variables within the modules to | 48 | for each thread) and for the static & global variables within the modules to |
50 | actually be process-wide. Lua Lanes cannot live without (and hopefully, | 49 | actually be process-wide. Lua Lanes cannot live without... |
51 | LUA_DL_DYLD is long gone by Lua 5.2)... | 50 | Lua 5.2 is fine in that regard (check luaconf.h to be safe). |
52 | 51 | ||
53 | Another issue is making sure you only have _one_ Lua core. Your 'lua' binary | 52 | Another issue is making sure you only have _one_ Lua core. Your 'lua' binary |
54 | must link dynamically to a .dylib, it must _not_ carry a personal copy of Lua | 53 | must link dynamically to a .dylib, it must _not_ carry a personal copy of Lua |