gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (dcead79 -> 9821121)


From: gnunet
Subject: [taler-docs] branch master updated (dcead79 -> 9821121)
Date: Tue, 15 Dec 2020 07:58:32 +0100

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

ttn pushed a change to branch master
in repository docs.

    from dcead79  use installing-taler-exchange.rst in Auditor Manual
     new d9bbdbf  use list-of-dependencies.rst in Exchange Manual
     new 0ce32c4  link to Taler download directory, announcement
     new a7c8bc9  use installing-gnunet.rst in Exchange Manual
     new 9821121  use installing-taler-exchange.rst in Exchange Manual

The 4 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-exchange-manual.rst | 70 ++++-------------------------------------------
 1 file changed, 5 insertions(+), 65 deletions(-)

diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 0aab7c0..942fb14 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -214,35 +214,10 @@ risk that Taler does not try to mitigate against.
 Please install the following packages before proceeding with the
 exchange compilation.
 
--  GNU autoconf >= 2.69
+.. include:: frags/list-of-dependencies.rst
 
--  GNU automake >= 1.14
-
--  GNU libtool >= 2.4
-
--  GNU autopoint >= 0.19
-
--  GNU libltdl >= 2.4
-
--  GNU libunistring >= 0.9.3
-
--  libcurl >= 7.26 (or libgnurl >= 7.26)
-
--  GNU libmicrohttpd >= 0.9.71
-
--  GNU libgcrypt >= 1.6
-
--  libsodium >= 1.0
-
--  libargon2 >= 20171227 (GNUnet 0.13 needs it to build, not actively used by 
GNU Taler)
-
--  libjansson >= 2.7
-
--  Postgres >= 9.6, including libpq
-
--  libgnunetutil (from Git)
-
--  GNU Taler exchange (from Git)
+-  GNU Taler exchange (from `download directory 
<http://ftpmirror.gnu.org/taler/>`__,
+   see `release announcement 
<https://mail.gnu.org/archive/cgi-bin/namazu.cgi?query=taler&idxname=info-gnu&max=20&result=normal&sort=date:late>`__)
 
 Except for the last two, these are available in most GNU/Linux
 distributions and should just be installed using the respective package
@@ -251,44 +226,9 @@ manager.
 The following instructions will show how to install libgnunetutil and
 the GNU Taler exchange.
 
-Before you install libgnunetutil, you must download and install the
-dependencies mentioned above, otherwise the build may succeed but fail
-to export some of the tooling required by Taler.
-
-To download and install libgnunetutil, proceed as follows:
-
-.. code-block:: console
-
-   $ git clone git://git.gnunet.org/gnunet
-   $ cd gnunet/
-   $ ./bootstrap
-   $ ./configure [--prefix=GNUNETPFX]
-   $ # Each dependency can be fetched from non standard locations via
-   $ # the '--with-<LIBNAME>' option. See './configure --help'.
-   $ make
-   # make install
-
-If you did not specify a prefix, GNUnet will install to ``/usr/local``,
-which requires you to run the last step as ``root``.
-
-To download and install the GNU Taler exchange, proceeds as follows:
-
-.. code-block:: console
+.. include:: frags/installing-gnunet.rst
 
-   $ git clone git://git.taler.net/exchange
-   $ cd exchange
-   $ ./bootstrap
-   $ ./configure [--prefix=EXCHANGEPFX] \
-                 [--with-gnunet=GNUNETPFX]
-   $ # Each dependency can be fetched from non standard locations via
-   $ # the '--with-<LIBNAME>' option. See './configure --help'.
-   $ make
-   # make install
-
-If you did not specify a prefix, the exchange will install to
-``/usr/local``, which requires you to run the last step as ``root``.
-Note that you have to specify ``--with-gnunet=/usr/local`` if you
-installed GNUnet to ``/usr/local`` in the previous step.
+.. include:: frags/installing-taler-exchange.rst
 
 Configuration
 =============

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