summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-03-09 16:39:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2014-03-09 16:39:46 +0000
commit8ddda0e99909db720d47b329df3845119a5676b1 (patch)
tree17d24bb4433d46c10c27bdf1f289bf7546a18ced
parent74ad0221cc0333bd689c26361313f51184f48531 (diff)
downloadgnurl-8ddda0e99909db720d47b329df3845119a5676b1.tar.gz
gnurl-8ddda0e99909db720d47b329df3845119a5676b1.tar.bz2
gnurl-8ddda0e99909db720d47b329df3845119a5676b1.zip
README.http2: clarify the build prerequisites
-rw-r--r--lib/README.http24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/README.http2 b/lib/README.http2
index daa633834..0a397523d 100644
--- a/lib/README.http2
+++ b/lib/README.http2
@@ -3,6 +3,10 @@ HTTP2 with libcurl
Spec: http://tools.ietf.org/html/draft-ietf-httpbis-http2
+ Build prerequisites
+ - nghttp2
+ - OpenSSL or NSS or GnutTLS with a new enough version
+
nghttp2 (https://github.com/tatsuhiro-t/nghttp2)
libcurl uses this 3rd party library for the low level protocol handling