diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2021-08-03 04:13:13 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2021-08-03 04:13:13 +0200 |
commit | 9378edc09d4a0b9f19ef4314e0de7efa9634d849 (patch) | |
tree | 5b84f5d4309a1eb1e993b540ec648c4bbba58a22 /README | |
parent | df82b8cddd27f848e71395d02348712a658c88b4 (diff) | |
download | conky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.tar.gz conky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.tar.bz2 conky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.tar.xz conky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.zip |
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 |