diff options
author | Marek Srejma <sam_web@yahoo.de> | 2018-07-01 08:58:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:12 +0700 |
commit | 9c2492cfe117c8eff00e12fd6cba5b4743e204f1 (patch) | |
tree | e1772eb868484cff6ab471aa09b52b4fc793dd2f /network/luakit/README | |
parent | 4b319ef27bcafcf19fbe3bf6b57f9f0ba6475af8 (diff) |
network/luakit: Updated for version 2.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/luakit/README')
-rw-r--r-- | network/luakit/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/luakit/README b/network/luakit/README index 88fe51204b835..86798e4dea66f 100644 --- a/network/luakit/README +++ b/network/luakit/README @@ -7,3 +7,11 @@ constructed by the config files present in /etc/xdg/luakit Just copy the files you wish to change (and the rc.lua) into $XDG_CONFIG_HOME/luakit (defaults to ~/.config/luakit) and luakit will use those files when you next launch it. + +The luajit package is an optional dependency. + +To enable building luakit with luajit support, use + LUAJIT=1 + +To enable clang instead of gcc as the compiler, use + CC=clang |