diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,9 @@ + Requirements - luarocks install md5 - luarocks install luafilesystem - luarocks install lrexlib-pcre
\ No newline at end of file + luarocks install md5 --lua-version 5.3 (seems not in rocks, install from gentoo) + luarocks install socket --lua-version 5.3 (seems not in rocks, install from gentoo) + luarocks install luafilesystem --lua-version 5.3 (seems not in rocks, install from gentoo) + luarocks install lrexlib-pcre --lua-version 5.3 + +Environemt: + eval "$(luarocks path --lua-version 5.3)"
\ No newline at end of file |