Update README.rst
This commit is contained in:
parent
8729d1e4c2
commit
aaf0dc825d
|
@ -71,7 +71,7 @@ To build and run the application programs (``nghttp``, ``nghttpd`` and
|
||||||
required:
|
required:
|
||||||
|
|
||||||
* OpenSSL >= 1.0.1
|
* OpenSSL >= 1.0.1
|
||||||
* libevent-openssl >= 2.0.8
|
* libev >= 4.15
|
||||||
* zlib >= 1.2.3
|
* zlib >= 1.2.3
|
||||||
|
|
||||||
ALPN support requires unreleased version OpenSSL >= 1.0.2.
|
ALPN support requires unreleased version OpenSSL >= 1.0.2.
|
||||||
|
@ -90,6 +90,10 @@ The HPACK tools require the following package:
|
||||||
|
|
||||||
* jansson >= 2.5
|
* jansson >= 2.5
|
||||||
|
|
||||||
|
To build sources under examples directory, libevent is required:
|
||||||
|
|
||||||
|
* libevent-openssl >= 2.0.8
|
||||||
|
|
||||||
To mitigate heap fragmentation in long running server programs
|
To mitigate heap fragmentation in long running server programs
|
||||||
(``nghttpd`` and ``nghttpx``), jemalloc is recommended:
|
(``nghttpd`` and ``nghttpx``), jemalloc is recommended:
|
||||||
|
|
||||||
|
@ -119,6 +123,7 @@ installed:
|
||||||
* libcunit1-dev
|
* libcunit1-dev
|
||||||
* libssl-dev
|
* libssl-dev
|
||||||
* libxml2-dev
|
* libxml2-dev
|
||||||
|
* libev-dev
|
||||||
* libevent-dev
|
* libevent-dev
|
||||||
* libjansson-dev
|
* libjansson-dev
|
||||||
* libjemalloc-dev
|
* libjemalloc-dev
|
||||||
|
|
Loading…
Reference in New Issue