blob: df845975483eb37c934c24d0e368a034cc85e310 (
plain)
1
2
3
4
5
6
7
8
9
|
Requirements
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)"
|