diff options
author | Marcel Saegebarth <tsa@gmx.li> | 2010-04-19 18:59:12 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:32 +0200 |
commit | 16d5f6dece569175a9df44c1e80a74c06eee1679 (patch) | |
tree | 15c0e39f624380c70ecc42652c8829fe089cdfdf /system/conky/README | |
parent | d72a63f25709970e604a6310ca6d63ccab704022 (diff) | |
download | slackbuilds-16d5f6dece569175a9df44c1e80a74c06eee1679.tar.gz |
system/conky: Updated for version 1.8.0.
Diffstat (limited to 'system/conky/README')
-rw-r--r-- | system/conky/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/conky/README b/system/conky/README index 0ee0f7ef2e..ad038cf7d5 100644 --- a/system/conky/README +++ b/system/conky/README @@ -6,3 +6,13 @@ it's predecessor. Conky can display just about anything, either on your root desktop or in it's own window. Conky has many built-in objects, as well as the ability to execute programs and scripts, then display the output from stdout. + +For lua scripting engine support the required dependencies are: +lua, imlib2 and tolua++ + +All of the above requirements are available from slackbuilds.org + +To disable lua support run the build with +LUA=NO ./conky.SlackBuild + + |