commit a7c8bc9881f7870e7e783fc02c5ee8037ef5d711
parent 0ce32c4b78398e3a3a5a239dd1f3f3d4b6fbb651
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Tue, 15 Dec 2020 01:56:26 -0500
use installing-gnunet.rst in Exchange Manual
Diffstat:
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
@@ -226,25 +226,7 @@ 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``.
+.. include:: frags/installing-gnunet.rst
To download and install the GNU Taler exchange, proceeds as follows: