gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 04/06: rework instructions not start from "unpack tarball",


From: gnunet
Subject: [taler-docs] 04/06: rework instructions not start from "unpack tarball", not "git clone" (three instances)
Date: Wed, 02 Dec 2020 23:01:51 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 02f330b730b2d58c4d05872fc9361721dd88f90f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Dec 2 16:42:05 2020 -0500

    rework instructions not start from "unpack tarball", not "git clone" (three 
instances)
---
 taler-merchant-manual.rst | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index ec27ca3..ac9ce08 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -326,13 +326,11 @@ Before you install GNUnet, you must download and install 
the dependencies
 mentioned in the previous section, otherwise the build may succeed, but could
 fail to export some of the tooling required by GNU Taler.
 
-To download and install GNUnet, proceed as follows:
+To download and install GNUnet, unpack the tarball and change
+into the resulting directory, then proceed as follows:
 
 ::
 
-   $ git clone https://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'.
@@ -354,14 +352,11 @@ Installing the GNU Taler exchange
 
 .. index:: exchange
 
-After installing GNUnet, you can download and install the exchange as
-follows:
+After installing GNUnet, unpack the GNU Taler exchange tarball,
+change into the resulting directory, and proceed as follows:
 
     ::
 
-      $ git clone https://git.taler.net/exchange.git/
-      $ cd exchange
-      $ ./bootstrap
       $ ./configure [--prefix=EXCHANGEPFX] \
                     [--with-gnunet=GNUNETPFX]
       $ # Each dependency can be fetched from non standard locations via
@@ -388,13 +383,12 @@ Installing the GNU Taler merchant backend
 
 The following steps assume all dependencies are installed.
 
-Use the following commands to download and install the merchant backend:
+First, unpack the GNU Taler merchant tarball and change into
+the resulting directory.
+Then, use the following commands to build and install the merchant backend:
 
   ::
 
-     $ git clone https://git.taler.net/merchant/
-     $ cd merchant
-     $ ./bootstrap
      $ ./configure [--prefix=PFX] \
                    [--with-gnunet=GNUNETPFX] \
                    [--with-exchange=EXCHANGEPFX]

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