aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-01-07 12:22:47 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-01-07 12:22:47 +0100
commit54938272316c7bbb5df7af4443cf95716bd20a63 (patch)
tree1bb6d4e0a86873b29e48133a679da09d8ec49c4d
parent4a83582e532958c2d7658be879d795a586379b52 (diff)
downloadlanes-54938272316c7bbb5df7af4443cf95716bd20a63.tar.gz
lanes-54938272316c7bbb5df7af4443cf95716bd20a63.tar.bz2
lanes-54938272316c7bbb5df7af4443cf95716bd20a63.zip
Update README
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index b29d43d..1b0563a 100644
--- a/README
+++ b/README
@@ -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
47instead of the (default as of 5.1) LUA_DL_DYLD and LUA_USE_MACOSX. This is 46instead of the (default as of 5.1) LUA_DL_DYLD and LUA_USE_MACOSX. This is
48crucial to have each module loaded only once (even if initialized separately 47crucial to have each module loaded only once (even if initialized separately
49for each thread) and for the static & global variables within the modules to 48for each thread) and for the static & global variables within the modules to
50actually be process-wide. Lua Lanes cannot live without (and hopefully, 49actually be process-wide. Lua Lanes cannot live without...
51LUA_DL_DYLD is long gone by Lua 5.2)... 50Lua 5.2 is fine in that regard (check luaconf.h to be safe).
52 51
53Another issue is making sure you only have _one_ Lua core. Your 'lua' binary 52Another issue is making sure you only have _one_ Lua core. Your 'lua' binary
54must link dynamically to a .dylib, it must _not_ carry a personal copy of Lua 53must link dynamically to a .dylib, it must _not_ carry a personal copy of Lua