Update README.rst
This commit is contained in:
parent
e1106e0f91
commit
2135c87f94
|
@ -113,6 +113,14 @@ If you are using Ubuntu 14.04 LTS (trusty), run the following to install the nee
|
||||||
spdylay is not packaged in Ubuntu, so you need to build it yourself:
|
spdylay is not packaged in Ubuntu, so you need to build it yourself:
|
||||||
http://tatsuhiro-t.github.io/spdylay/
|
http://tatsuhiro-t.github.io/spdylay/
|
||||||
|
|
||||||
|
To enable mruby support for nghttpx, `mruby
|
||||||
|
<https://github.com/mruby/mruby>`_ is required. We need to build
|
||||||
|
mruby with C++ ABI explicitly turned on, and probably need other
|
||||||
|
mrgems, mruby is manged by git submodule under third-party/mruby
|
||||||
|
directory. Currently, mruby support for nghttpx is disabled by
|
||||||
|
default. To enable mruby support, use ``--with-mruby`` configure
|
||||||
|
option.
|
||||||
|
|
||||||
Building from git
|
Building from git
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue