summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-manual.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 286002c9..faa9aa15 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -386,11 +386,13 @@ Installing Taler on Debian GNU/Linux from source
.. index:: Debian
Debian Wheezy is too old and lacks most of the packages required.
-Debian Jessie and Stretch are better, but still lack PostgreSQL 11.
+Debian Jessie, Stretch, and Buster are better, but still lack PostgreSQL 12.
-On Debian Stretch, when compiling PostgreSQL 11, make sure to
-do ``make world`` to build the ``contrib/`` modules, and
-``cd contrib && make install`` to install them, as well.
+.. note::
+
+ When compiling PostgreSQL 12, make sure to
+ do ``make world`` to build the ``contrib/`` modules, and
+ ``cd contrib && make install`` to install them, as well.
On Debian Stretch and Buster, only GNU libmicrohttpd needs to be compiled from
source. To install dependencies on Debian Stretch, run the following