summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-12-22 03:53:49 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-12-22 03:53:49 -0500
commita7bdbf935e803eef66f9696553ca50610bb8edf1 (patch)
tree7f3e54703a690f518fd38516315b42224bf28ac5 /taler-merchant-manual.rst
parent2e12ad96681a90e50ab8b5416c1e21adc4a8d02e (diff)
downloaddocs-a7bdbf935e803eef66f9696553ca50610bb8edf1.tar.gz
docs-a7bdbf935e803eef66f9696553ca50610bb8edf1.tar.bz2
docs-a7bdbf935e803eef66f9696553ca50610bb8edf1.zip
Update merchant build instructions for Debian Stretch and Buster
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index dc09da23..286002c9 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -386,9 +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 is better, but still lacks PostgreSQL 9.6.
+Debian Jessie and Stretch are better, but still lack PostgreSQL 11.
-On Debian Stretch, only GNU libmicrohttpd needs to be compiled from
+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.
+
+On Debian Stretch and Buster, only GNU libmicrohttpd needs to be compiled from
source. To install dependencies on Debian Stretch, run the following
commands: