summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2021-08-03 04:13:13 +0200
committerSuren A. Chilingaryan <csa@suren.me>2021-08-03 04:13:13 +0200
commit9378edc09d4a0b9f19ef4314e0de7efa9634d849 (patch)
tree5b84f5d4309a1eb1e993b540ec648c4bbba58a22 /README
parentdf82b8cddd27f848e71395d02348712a658c88b4 (diff)
downloadconky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.tar.gz
conky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.tar.bz2
conky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.tar.xz
conky-9378edc09d4a0b9f19ef4314e0de7efa9634d849.zip
Support new conky and its dependency lua 5.3HEADmaster
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index 0837e48..df84597 100644
--- a/README
+++ b/README
@@ -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