commit 6dce3d8fed0d8e59add1e09a46c0d1d5dd4f7f09
parent 4cb56c87947b5e51e2d2d88fc5b902c8ffe88bd3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 22 Dec 2021 06:59:10 -0500
Update merchant instructions for PostgreSQL 12 requirement
Diffstat:
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git 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