X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d523dacc3b1c93bb186cdd0ddb5e721162aa927e..c34e28835bc06ea9f76f440909f59a697910e9e8:/README diff --git a/README b/README index e1d5262..917d74a 100644 --- a/README +++ b/README @@ -32,12 +32,26 @@ This will install `cgit.cgi` and `cgit.css` into `/var/www/htdocs/cgit`. You can configure this location (and a few other things) by providing a `cgit.conf` file (see the Makefile for details). +If you'd like to compile without Lua support, you may use: + + $ make NO_LUA=1 + +And if you'd like to specify a Lua implementation, you may use: + + $ make LUA_PKGCONFIG=lua5.1 + +If this is not specified, the Lua implementation will be auto-detected, +preferring LuaJIT if many are present. Acceptable values are generally "lua", +"luajit", "lua5.1", and "lua5.2". + + Dependencies ------------ * libzip * libcrypto (OpenSSL) * libssl (OpenSSL) +* optional: luajit or lua, most reliably used when pkg-config is available Apache configuration -------------------- @@ -81,5 +95,5 @@ Online presence * The cgit homepage is hosted by cgit at * Patches, bug reports, discussions and support should go to the cgit - mailing list: . To sign up, visit + mailing list: . To sign up, visit