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 c8878ebcde926e10f2388d477513f2a3f25ed7ef
parent b8ceab37bfc5e0474a3cb9ce067421d21b30b2ec
Author: Joris Vink <joris@coders.se>
Date:   Wed,  1 May 2019 22:40:27 +0200

mention libcurl support in README

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

diff --git a/README.md b/README.md @@ -55,6 +55,9 @@ Requirements (note: this requirement drops away when building with NOTLS=1 NOHTTP=1) (note: libressl works as a replacement) +Requirement for asynchronous curl (optional) +* libcurl + Requirements for background tasks (optional) * pthreads @@ -75,6 +78,7 @@ $ make If you would like to build a specific flavor, you can enable those by setting a shell environment variable before running **_make_**. +* CURL=1 (compiles in asynchronous curl support) * TASKS=1 (compiles in task support) * PGSQL=1 (compiles in pgsql support) * DEBUG=1 (enables use of -d for debug)