diff options
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 |