aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2013-07-20 09:14:38 +0200
committerBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2013-07-20 09:14:38 +0200
commitd9cab463ac5d9539092fde03b22905f76f06844b (patch)
treea7425c2f916e176e189f8e533293f2fe2f6f8147
parentdf29f9fc22fb7a2827ae5396aeb8127636f6ece4 (diff)
downloadlanes-d9cab463ac5d9539092fde03b22905f76f06844b.tar.gz
lanes-d9cab463ac5d9539092fde03b22905f76f06844b.tar.bz2
lanes-d9cab463ac5d9539092fde03b22905f76f06844b.zip
Update README
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 29b2560..2636560 100644
--- a/README
+++ b/README
@@ -105,7 +105,7 @@ just a reminder for myself...):
105 export LIBRARY_PATH=.../local/lib 105 export LIBRARY_PATH=.../local/lib
106 export LD_LIBRARY_PATH=.../local/lib 106 export LD_LIBRARY_PATH=.../local/lib
107 107
108======================== 108=======================
109 Manual installation 109 Manual installation
110======================= 110=======================
111 111
@@ -117,4 +117,12 @@ LUA_CPATH. If you are not sure how this works, try creating
117 /usr/local/share/lua/5.1/lanes.lua 117 /usr/local/share/lua/5.1/lanes.lua
118 /usr/local/lib/lua/5.1/lanes/core.so 118 /usr/local/lib/lua/5.1/lanes/core.so
119 119
120=======================
121 Note about LuaJIT
122=======================
123By default LuaJIT2 provides an non-thread-safe memory allocator to improve performance.
124Of course this will break when running several Lua states concurrently.
125Don't forget to initialize Lanes with the 'protect_allocator' option (see documentation)
126if you experience random crash issues.
127
120(end) 128(end)