Add note about --enable-app automatic behaviour
This commit is contained in:
parent
17758126fa
commit
7adfa5dea7
11
README.rst
11
README.rst
|
@ -163,9 +163,14 @@ To compile the source code, gcc >= 4.8.3 or clang >= 3.4 is required.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
To compile the associated applications (nghttp, nghttpd, nghttpx and
|
To compile the associated applications (nghttp, nghttpd, nghttpx
|
||||||
h2load), you must use the ``--enable-app`` configure option and ensure
|
and h2load), you must use the ``--enable-app`` configure option and
|
||||||
that the specified requirements above are met.
|
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)
|
Notes for building on Windows (Mingw/Cygwin)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue