From 6dce3d8fed0d8e59add1e09a46c0d1d5dd4f7f09 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 22 Dec 2021 06:59:10 -0500 Subject: Update merchant instructions for PostgreSQL 12 requirement --- taler-merchant-manual.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'taler-merchant-manual.rst') 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 -- cgit v1.2.3