From cc5802ec0528a4a1f2d8cee1bfa6cf28b855a13f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 18 Jul 2014 21:15:28 +0900 Subject: [PATCH] Update README.rst --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c4dbd1f3..6460e8e5 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,8 @@ HTTP/2 and SPDY. HPACK encoding and decoding are available as public API. -We didn't cover everything, but we have Python binding of this libary. +We have Python binding of this libary, but we have not covered +everything yet. Development Status ------------------ @@ -142,6 +143,8 @@ used:: $ ./configure $ make +To compile source code, gcc >= 4.8.3 or clang >= 3.4 is required. + .. note:: Mac OS X users may need ``--disable-threads`` configure option to