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 aed1a63c389884780189613c2550c4eef4cc886e
parent c545a922a16b7565f26c1332641af67b8b18d36c
Author: Joris Vink <joris@coders.se>
Date:   Thu, 30 Mar 2017 09:40:13 +0200

be more clear about openssl releases.

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

diff --git a/README.md b/README.md @@ -45,8 +45,9 @@ Building Kore Grab the [latest release](https://github.com/jorisvink/kore/releases/tag/2.0.0-release) tarball or clone the repository. Requirements -* openssl (latest) +* openssl (1.0.2 releases only right now, 1.1.0 support coming) (note: this requirement drops away when building with NOTLS=1 NOHTTP=1) + (note: libressl works as a replacement) Requirements for background tasks (optional) * pthreads @@ -55,7 +56,7 @@ Requirements for pgsql (optional) * libpq Requirements for python (optional) -* Python 3.6 +* Python 3.6+ Normal compilation and installation: