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 a43d968f0fb93af5c84d34d5d03dc326f60f286b
parent 4e9399d553b5c068a0db70d583e0e0c52626f4aa
Author: Joris Vink <joris@coders.se>
Date:   Tue,  7 Feb 2017 23:18:05 +0100

add little note on non mixables.

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

diff --git a/README.md b/README.md @@ -77,6 +77,9 @@ those by setting a shell environment variable before running **_make_**. * JSONRPC=1 (compiles in JSONRPC support) * PYTHON=1 (compiles in the Python support) +Note that certain build flavors cannot be mixed together and you will just +be met with compilation errors. + Example applications ----------------- You can find example applications under **_examples/_**.