From 8099dd95589b3b5bf7f19c2bdf9a7058f4d6ab7a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 11 Sep 2016 13:34:34 +0900 Subject: [PATCH] Mention --enable-lib-only configure option in README --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index edcb702b..11f2c1ea 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,11 @@ To build the documentation, you need to install: * sphinx (http://sphinx-doc.org/) +If you need libnghttp2 (C library) only, then the above packages are +all you need. Use ``--enable-lib-only`` to ensure that only +libnghttp2 is built. This avoids potential build error related to +building bundled applications. + To build and run the application programs (``nghttp``, ``nghttpd``, ``nghttpx`` and ``h2load``) in the ``src`` directory, the following packages are required: