From 510dff4c394c9bbe197af5e6a5cfb52581574a8e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 8 Sep 2015 02:37:51 +0900 Subject: [PATCH] Add mruby requirements --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d69918ff..e4c28069 100644 --- a/README.rst +++ b/README.rst @@ -121,7 +121,11 @@ directory. Currently, mruby support for nghttpx is disabled by default. To enable mruby support, use ``--with-mruby`` configure option. Note that at the time of this writing, libmruby-dev and mruby packages in Debian/Ubuntu are not usable for nghttp2, since they do -not enable C++ ABI. +not enable C++ ABI. To build mruby, the following packages are +required: + +* ruby +* bison Building from git -----------------