From dea8a484b29ca7fc38dd3ada8c49345c3a4508f4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 29 Mar 2012 02:33:34 +0900 Subject: [PATCH] Documented required packages. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index e287fdb..6628b88 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,15 @@ current Spdylay API. Build from git -------------- +The following packages are needed to build the library: + +* pkg-config >= 0.20 + +To build and run the example programs, the following packages are +needed: + +* OpenSSL >= 1.0.1 + Building from git is easy, but please be sure that at least autoconf 2.68 is used.::