diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-09-07 10:37:48 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-07 10:37:48 -0400 |
commit | 81412a04e6223d4b44a3255ae665a0c55abddf36 (patch) | |
tree | 5e1160b438197f0bdeac5f3c5a2a6639c1509f39 /system/conky/README | |
parent | a3dd5a4576f6be2b95c3bf4b005e2ac0608fa186 (diff) | |
download | slackbuilds-81412a04e6223d4b44a3255ae665a0c55abddf36.tar.gz |
system/conky: LUA support is not enabled by default anymore.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/conky/README')
-rw-r--r-- | system/conky/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/conky/README b/system/conky/README index ad038cf7d5..46d3f0c81d 100644 --- a/system/conky/README +++ b/system/conky/README @@ -7,12 +7,13 @@ 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++ +To enable lua scripting engine support run the build with +LUA=yes ./conky.SlackBuild + +The required dependencies for lua support 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 + |