Mention --enable-lib-only configure option in README
This commit is contained in:
parent
a3a6b91c5f
commit
8099dd9558
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue