summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2023-05-04 17:23:31 +0100
committerRobert Newson <rnewson@apache.org>2023-05-05 09:36:03 +0000
commit4083f7b1b8497c6eb1d6e9415787675513492328 (patch)
tree00198e101fb01b44375e35d6d020f4a4d11983bb
parentf1ab0cabf84c48ac0da67a6574fb3dadd88eb7be (diff)
downloadcouchdb-4083f7b1b8497c6eb1d6e9415787675513492328.tar.gz
mention flag and new dependencies
-rw-r--r--src/docs/src/install/nouveau.rst10
-rw-r--r--src/docs/src/install/unix.rst2
2 files changed, 12 insertions, 0 deletions
diff --git a/src/docs/src/install/nouveau.rst b/src/docs/src/install/nouveau.rst
index ca39c9f09..014e8249c 100644
--- a/src/docs/src/install/nouveau.rst
+++ b/src/docs/src/install/nouveau.rst
@@ -27,6 +27,16 @@ the loopback network.
Nouveau server is runtime-compatible with Java 11 or higher.
+Enable Nouveau
+==============
+
+You need to enable nouveau in CouchDB configuration;
+
+ .. code-block:: ini
+
+ [nouveau]
+ enable = true
+
Installation of Binary Packages
===============================
diff --git a/src/docs/src/install/unix.rst b/src/docs/src/install/unix.rst
index a8728fecd..3533b424a 100644
--- a/src/docs/src/install/unix.rst
+++ b/src/docs/src/install/unix.rst
@@ -152,6 +152,8 @@ You should have the following installed:
* `help2man <http://www.gnu.org/s/help2man/>`_
* `Python (>=3.6) for docs and tests <http://python.org/>`_
* `Python Sphinx (>=1.1.3) <http://pypi.python.org/pypi/Sphinx>`_
+* Java (required for `nouveau`, minimum version 11, recommended version 19)
+* Apache Maven (required for `nouveau`, 3.x)
You will only need libcurl if you plan to run the JavaScript test suite. And
help2man is only need if you plan on installing the CouchDB man pages.