diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/README b/README index 7a6b4a4..371cf21 100644 --- a/README +++ b/README | |||
@@ -32,18 +32,6 @@ This will install `cgit.cgi` and `cgit.css` into `/var/www/htdocs/cgit`. You | |||
32 | can configure this location (and a few other things) by providing a `cgit.conf` | 32 | can configure this location (and a few other things) by providing a `cgit.conf` |
33 | file (see the Makefile for details). | 33 | file (see the Makefile for details). |
34 | 34 | ||
35 | If you'd like to compile without Lua support, you may use: | ||
36 | |||
37 | $ make NO_LUA=1 | ||
38 | |||
39 | And if you'd like to specify a Lua implementation, you may use: | ||
40 | |||
41 | $ make LUA_PKGCONFIG=lua5.1 | ||
42 | |||
43 | If this is not specified, the Lua implementation will be auto-detected, | ||
44 | preferring LuaJIT if many are present. Acceptable values are generally "lua", | ||
45 | "luajit", "lua5.1", and "lua5.2". | ||
46 | |||
47 | 35 | ||
48 | Dependencies | 36 | Dependencies |
49 | ------------ | 37 | ------------ |
@@ -51,7 +39,6 @@ Dependencies | |||
51 | * libzip | 39 | * libzip |
52 | * libcrypto (OpenSSL) | 40 | * libcrypto (OpenSSL) |
53 | * libssl (OpenSSL) | 41 | * libssl (OpenSSL) |
54 | * optional: luajit or lua, most reliably used when pkg-config is available | ||
55 | 42 | ||
56 | Apache configuration | 43 | Apache configuration |
57 | -------------------- | 44 | -------------------- |