summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenoitc <bchesneau@gmail.com>2013-03-26 16:52:39 +0100
committerbenoitc <bchesneau@gmail.com>2013-03-26 16:52:39 +0100
commite18f0bdb3702a7874f1a6051bcf406d8c279b40c (patch)
tree6f8e7f50559e6ec09cd5c05d23ce35cca8620537
parent6187ba5263e0baeea8f7947849912ecc85fb7884 (diff)
downloadcouchdb-e18f0bdb3702a7874f1a6051bcf406d8c279b40c.tar.gz
R16 isn't supported yet.
-rw-r--r--INSTALL.Unix20
-rw-r--r--INSTALL.Windows2
2 files changed, 11 insertions, 11 deletions
diff --git a/INSTALL.Unix b/INSTALL.Unix
index ee002896a..49f42beff 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
diff --git a/INSTALL.Windows b/INSTALL.Windows
index 3733343e4..353654b46 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/)