Mention --enable-lib-only configure option in README

This commit is contained in:
Tatsuhiro Tsujikawa 2016-09-11 13:34:34 +09:00
parent a3a6b91c5f
commit 8099dd9558
1 changed files with 5 additions and 0 deletions

View File

@ -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: