commit 98fba44147346cccc274d6eb4cc0af6df87c5815
parent 24390b8d6b836ccf8010ea36dd556fe096511ce0
Author: Joris Vink <joris@coders.se>
Date: Mon, 23 Jan 2023 21:34:22 +0100
mention lua in readme
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -76,6 +76,9 @@ Requirements for pgsql (optional)
Requirements for python (optional)
* Python 3.6+
+Requirements for lua support (optional)
+* Lua 5.4+
+
Normal compilation and installation:
```
@@ -87,6 +90,7 @@ $ make
If you would like to build a specific flavor, you can enable
those by setting a shell environment variable before running **_make_**.
+* LUA=1 (compiles in LUA support)
* ACME=1 (compiles in ACME support)
* CURL=1 (compiles in asynchronous curl support)
* TASKS=1 (compiles in task support)