R16 isn't supported yet.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8f1b5fa0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8f1b5fa0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8f1b5fa0 Branch: refs/heads/route-events Commit: 8f1b5fa0ae685cb6baf174dd7c8ad5b1923e06e4 Parents: 4b42f04 Author: benoitc <[email protected]> Authored: Tue Mar 26 16:52:39 2013 +0100 Committer: Garren Smith <[email protected]> Committed: Thu May 9 09:59:54 2013 +0200 ---------------------------------------------------------------------- INSTALL.Unix | 20 ++++++++++---------- INSTALL.Windows | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/8f1b5fa0/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index ee00289..49f42be 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -35,16 +35,16 @@ Dependencies You should have the following installed: - * Erlang OTP (>=R13B04) (http://erlang.org/) - * ICU (http://icu-project.org/) - * OpenSSL (http://www.openssl.org/) - * Mozilla SpiderMonkey (1.7) (http://www.mozilla.org/js/spidermonkey/) - * GNU Make (http://www.gnu.org/software/make/) - * GNU Compiler Collection (http://gcc.gnu.org/) - * libcurl (http://curl.haxx.se/libcurl/) - * help2man (http://www.gnu.org/s/help2man/) - * Python (>= 2.7) for docs (http://python.org/) - * Python Sphinx (>=1.1.3) (http://pypi.python.org/pypi/Sphinx) + * Erlang OTP (>=R13B04, <R16) (http://erlang.org/) + * ICU (http://icu-project.org/) + * OpenSSL (http://www.openssl.org/) + * Mozilla SpiderMonkey (1.7) (http://www.mozilla.org/js/spidermonkey/) + * GNU Make (http://www.gnu.org/software/make/) + * GNU Compiler Collection (http://gcc.gnu.org/) + * libcurl (http://curl.haxx.se/libcurl/) + * help2man (http://www.gnu.org/s/help2man/) + * Python (>=2.7) for docs (http://python.org/) + * Python Sphinx (>=1.1.3) (http://pypi.python.org/pypi/Sphinx) It is recommended that you install Erlang OTP R13B-4 or above where possible. You will only need libcurl if you plan to run the JavaScript test suite. And http://git-wip-us.apache.org/repos/asf/couchdb/blob/8f1b5fa0/INSTALL.Windows ---------------------------------------------------------------------- diff --git a/INSTALL.Windows b/INSTALL.Windows index 3733343..353654b 100644 --- a/INSTALL.Windows +++ b/INSTALL.Windows @@ -29,7 +29,7 @@ Dependencies You will need the following installed: - * Erlang OTP (>=14B01) (http://erlang.org/) + * Erlang OTP (>=14B01, <R16) (http://erlang.org/) * ICU (>=4.*) (http://icu-project.org/) * OpenSSL (>=0.9.8r) (http://www.openssl.org/) * Mozilla SpiderMonkey (=1.8.5) (http://www.mozilla.org/js/spidermonkey/)
