Add note about --enable-app automatic behaviour

This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-13 22:39:24 +09:00
parent 17758126fa
commit 7adfa5dea7
1 changed files with 8 additions and 3 deletions

View File

@ -163,9 +163,14 @@ To compile the source code, gcc >= 4.8.3 or clang >= 3.4 is required.
.. note::
To compile the associated applications (nghttp, nghttpd, nghttpx and
h2load), you must use the ``--enable-app`` configure option and ensure
that the specified requirements above are met.
To compile the associated applications (nghttp, nghttpd, nghttpx
and h2load), you must use the ``--enable-app`` configure option and
ensure that the specified requirements above are met. Normally,
configure script checks required dependencies to build these
applications, and enable ``--enable-app`` automatically, so you
don't have to use it explicitly. But if you found that
applications were not built, then using ``--enable-app`` may find
that cause, such as the missing dependency.
Notes for building on Windows (Mingw/Cygwin)
--------------------------------------------