From aaf0dc825d4696244bc6db9cdf79e3d4887eea37 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 2 Jan 2015 21:54:52 +0900 Subject: [PATCH] Update README.rst --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c1e8b3f7..14f565a1 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ To build and run the application programs (``nghttp``, ``nghttpd`` and required: * OpenSSL >= 1.0.1 -* libevent-openssl >= 2.0.8 +* libev >= 4.15 * zlib >= 1.2.3 ALPN support requires unreleased version OpenSSL >= 1.0.2. @@ -90,6 +90,10 @@ The HPACK tools require the following package: * 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 (``nghttpd`` and ``nghttpx``), jemalloc is recommended: @@ -119,6 +123,7 @@ installed: * libcunit1-dev * libssl-dev * libxml2-dev +* libev-dev * libevent-dev * libjansson-dev * libjemalloc-dev