]> git.cameronkatri.com Git - cgit.git/blobdiff - README
authentication: use hidden form instead of referer
[cgit.git] / README
diff --git a/README b/README
index 0c35f96972cfa5fdf47e9c2672297d935b812d6d..7b7284251cf8c80ed8eb5bb1d13002a7863eeca5 100644 (file)
--- a/README
+++ b/README
@@ -32,13 +32,29 @@ 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_IMPLEMENTATION=JIT
+
+for using the LuaJIT project. Or:
+
+    $ make LUA_IMPLEMENTATION=VANILLA
+
+for the mainline Lua project. If you specify neither implementation, it will
+be auto-detected, preferring LuaJIT if both are present.
+
+
 Dependencies
 ------------
 
-* git 1.7.4
-* zip lib
-* crypto lib
-* openssl lib
+* libzip
+* libcrypto (OpenSSL)
+* libssl (OpenSSL)
+* optional: luajit or lua
 
 Apache configuration
 --------------------