diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-10 02:17:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-10 02:17:16 +0000 |
commit | 334d807b924427434b42d4fbae745d3d1b38a218 (patch) | |
tree | 6daf12c1e2fa07d2ac6255ef4439e2fb95a57f57 /INSTALL | |
parent | 43cb3ee4227de70e0225e9ac142b4d397f93cc41 (diff) | |
download | s6-networking-334d807b924427434b42d4fbae745d3d1b38a218.tar.xz |
Types fix, first pass
XXX marks what must change when skalibs changes.
Also started writing functions for client certificate support
in sbearssl, but it's not working yet (need more high-level
support from BearSSL before it can work)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -6,14 +6,15 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.4.0.2 or later: http://skarnet.org/software/skalibs/ - - execline version 2.2.0.0 or later: http://skarnet.org/software/execline/ - - s6 version 2.4.0.0 or later: http://skarnet.org/software/s6/ - - s6-dns version 2.1.0.0 or later: http://skarnet.org/software/s6-dns/ + - skalibs version 2.5.0.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.3.0.0 or later: http://skarnet.org/software/execline/ + - s6 version 2.5.0.0 or later: http://skarnet.org/software/s6/ + - s6-dns version 2.2.0.0 or later: http://skarnet.org/software/s6-dns/ - Depending on whether you build the SSL tools, libressl version 2.4.4 or later: http://libressl.org/ - or bearssl version 0.1 or later: http://bearssl.org/ - (BearSSL support is experimental for now, don't use it yet.) + or bearssl version 0.2 or later: http://bearssl.org/ + (BearSSL support is experimental for now, I encourage you to use it + but be aware it's bleeding-edge and APIs may change.) This software will run on any operating system that implements POSIX.1-2008, available at: |