This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 4083f7b1b mention flag and new dependencies
4083f7b1b is described below

commit 4083f7b1b8497c6eb1d6e9415787675513492328
Author: Robert Newson <[email protected]>
AuthorDate: Thu May 4 17:23:31 2023 +0100

    mention flag and new dependencies
---
 src/docs/src/install/nouveau.rst | 10 ++++++++++
 src/docs/src/install/unix.rst    |  2 ++
 2 files changed, 12 insertions(+)

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.

Reply via email to