summaryrefslogtreecommitdiffstats
path: root/libraries/lua-posix/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/lua-posix/README')
-rw-r--r--libraries/lua-posix/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/lua-posix/README b/libraries/lua-posix/README
index 51e11febe1..36ac878478 100644
--- a/libraries/lua-posix/README
+++ b/libraries/lua-posix/README
@@ -1,5 +1,8 @@
A library binding various POSIX APIs. POSIX is the IEEE Portable
Operating System Interface standard. luaposix is based on lposix.
-Optional Dependency: lua52, lua53.
+This require one version of Lua installed (lua, lua52, lua53, luajit):
Default support for all versions of Lua installed before build.
+To specify which Lua versions:
+ LUAVER="vers"
+"vers" must be one or more of "5.1 5.2 5.3 jit" in the right order separated with space