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 ffe94ff5851010b491195914933cb6854fe0cae0
parent b9445e84caaa148054e98eacb317f65481313a7d
Author: Joris Vink <joris@coders.se>
Date:   Wed, 22 Oct 2014 18:48:43 +0200

KORE_LDFLAGS is no more.

Diffstat:
examples/json_yajl/README.md | 2+-
examples/tasks/README.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/json_yajl/README.md b/examples/json_yajl/README.md @@ -5,7 +5,7 @@ parse a JSON string that was POSTed to the server. Run: ``` - env KORE_LDFLAGS="-lyajl" kore run + env LDFLAGS="-lyajl" kore run ``` Test: diff --git a/examples/tasks/README.md b/examples/tasks/README.md @@ -6,7 +6,7 @@ before returning to the client. Build: ``` - # env KORE_LDFLAGS="-I/path/to/libcurl -lcurl" kore build + # env LDFLAGS="-I/path/to/libcurl -lcurl" kore build ``` Run: