Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6262167..d9da318 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ In addition,
- Readline support for LuaJIT.
+ - Experimental: Lua 5.1 with [reference counting](https://github.com/jjensen/luaplus51-all/).
+
# Pre-requisites
Install [CMake](http://cmake.org) on your system.
@@ -54,5 +56,6 @@ Note: we do not recommend (nor we support) installation under Cygwin.
## Additional CMake flags
- If you prefer vanilla Lua 5.1 instead of LuaJIT, use `-DWITH_LUA51=ON`
+ - If you prefer vanilla Lua 5.1 with reference counting instead of LuaJIT, use `-DWITH_LUA51RC=ON` (*experimental*)
- If you prefer vanilla Lua 5.2 instead of LuaJIT, use `-DWITH_LUA52=ON`
- If you prefer LuaJIT 2.1 instead of LuaJIT 2.0, use `-DWITH_LUAJIT21=ON`