Add `git submodule` to required build step
This commit is contained in:
parent
359730af54
commit
ecc05e0a1a
|
@ -150,6 +150,7 @@ used:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
|
$ git submodule update --init
|
||||||
$ autoreconf -i
|
$ autoreconf -i
|
||||||
$ automake
|
$ automake
|
||||||
$ autoconf
|
$ autoconf
|
||||||
|
@ -160,8 +161,7 @@ To compile the source code, gcc >= 4.8.3 or clang >= 3.4 is required.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
To enable mruby support in nghttpx, run ``git submodule update
|
To enable mruby support in nghttpx, and use ``--with-mruby``
|
||||||
--init`` before running configure script, and use ``--with-mruby``
|
|
||||||
configure option.
|
configure option.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
Loading…
Reference in New Issue