Update README.rst
This commit is contained in:
parent
67b13ad9ff
commit
cc5802ec05
|
@ -11,7 +11,8 @@ HTTP/2 and SPDY.
|
||||||
|
|
||||||
HPACK encoding and decoding are available as public API.
|
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
|
Development Status
|
||||||
------------------
|
------------------
|
||||||
|
@ -142,6 +143,8 @@ used::
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
To compile source code, gcc >= 4.8.3 or clang >= 3.4 is required.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Mac OS X users may need ``--disable-threads`` configure option to
|
Mac OS X users may need ``--disable-threads`` configure option to
|
||||||
|
|
Loading…
Reference in New Issue