gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: touch up §3.3.2 "Installing Taler on


From: gnunet
Subject: [taler-docs] branch master updated: touch up §3.3.2 "Installing Taler on Debian GNU/Linux"
Date: Thu, 03 Dec 2020 10:53:19 +0100

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 53bd9da  touch up §3.3.2 "Installing Taler on Debian GNU/Linux"
53bd9da is described below

commit 53bd9da73464b10b6dbbc6f5d8abb52083769eed
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Dec 3 04:50:28 2020 -0500

    touch up §3.3.2 "Installing Taler on Debian GNU/Linux"
    
    - add two index entries
    - mention that Jessie, too, is too old
    - rework Jessie instructions for Stretch, instead
    - fix bug: use ‘libargon2-0-dev’ for Stretch
    - remove autoconf, automake, autopoint, libtool (two instances)
    - update to ‘postgresql-9.6’ (two instances)
    - add Note re ‘libargon2-0-dev’ vs ‘libargon2-dev’
---
 taler-merchant-manual.rst | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index a788eaf..5b64afb 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -424,30 +424,29 @@ Installing Taler on Debian GNU/Linux
 ------------------------------------
 
 .. index:: Wheezy
+.. index:: Jessie
+.. index:: Stretch
 .. index:: Debian
 
 Debian wheezy is too old and lacks most of the packages required.
+Debian jessie is better, but still lacks PostgreSQL 9.6.
 
-On Debian jessie, only GNU libmicrohttpd needs to be compiled from
-source. To install dependencies on Debian jesse, run the following
+On Debian stretch, only GNU libmicrohttpd needs to be compiled from
+source. To install dependencies on Debian stretch, run the following
 commands:
 
   ::
 
    # apt-get install \
-     autoconf \
-     automake \
-     autopoint \
-     libtool \
      libltdl-dev \
      libunistring-dev \
      libsodium-dev \
-     libargon2-dev \
+     libargon2-0-dev \
      libcurl4-gnutls-dev \
      libgcrypt20-dev \
      libjansson-dev \
      libpq-dev \
-     postgresql-9.4
+     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
    # gpg -v libmicrohttpd-latest.tar.gz # Should show signed by 
939E6BE1E29FC3CC
@@ -461,10 +460,6 @@ For more recent versions of Debian, you should instead run:
   ::
 
    # apt-get install \
-     autoconf \
-     automake \
-     autopoint \
-     libtool \
      libltdl-dev \
      libunistring-dev \
      libsodium-dev \
@@ -473,9 +468,12 @@ For more recent versions of Debian, you should instead run:
      libgcrypt20-dev \
      libjansson-dev \
      libpq-dev \
-     postgresql-9.5 \
+     postgresql-9.6 \
      libmicrohttpd-dev
 
+Note that stretch requires ``libargon2-0-dev``,
+while later versions of Debian require ``libargon2-dev``.
+
 For the rest of the installation, follow the generic installation
 instructions starting with the installation of libgnunetutil. Note that
 if you used the Debian wheezy instructions above, you need to pass

-- 
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]