kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit f3135d5e71c80e4d4e5d1a90fc66e4e2dcd7f837
parent 045beb86222202e382320cdff6ce7ed332dfd7b0
Author: Joris Vink <joris@coders.se>
Date:   Fri, 18 Feb 2022 15:49:56 +0100

Mention TLS_BACKEND in README

Diffstat:
README.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -90,6 +90,7 @@ those by setting a shell environment variable before running **_make_**. * NOOPT=1 (disable compiler optimizations) * JSONRPC=1 (compiles in JSONRPC support) * PYTHON=1 (compiles in the Python support) +* TLS_BACKEND=none (compiles Kore without any TLS backend) Note that certain build flavors cannot be mixed together and you will just be met with compilation errors.