gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (4c715ed -> a7bdbf9)


From: gnunet
Subject: [taler-docs] branch master updated (4c715ed -> a7bdbf9)
Date: Wed, 22 Dec 2021 09:55:16 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository docs.

    from 4c715ed  Bump minimum PostgreSQL version to 11.
     new 07d5687  Use ftpmirror.gnu.org for libmicrohttpd URL
     new 2e12ad9  add index entries for Debain Buster and Bullseye; capitalize 
"Stretch"
     new a7bdbf9  Update merchant build instructions for Debian Stretch and 
Buster

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 taler-merchant-manual.rst | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 0701f6e..286002c 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -381,13 +381,19 @@ Installing Taler on Debian GNU/Linux from source
 .. index:: Wheezy
 .. index:: Jessie
 .. index:: Stretch
+.. index:: Buster
+.. index:: Bullseye
 .. 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
-source. To install dependencies on Debian stretch, run the following
+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:
 
 .. code-block:: console
@@ -404,8 +410,8 @@ commands:
      libjansson-dev \
      libpq-dev \
      postgresql-9.6
-   # wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-latest.tar.gz
-   # wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-latest.tar.gz.sig
+   # wget https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-latest.tar.gz
+   # wget 
https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-latest.tar.gz.sig
    # gpg -v libmicrohttpd-latest.tar.gz # Should show signed by 
939E6BE1E29FC3CC
    # tar xf libmicrohttpd-latest.tar.gz
    # cd libmicrohttpd-0*

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]