summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:33:14 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:33:14 -0500
commit88c5437ffcf5bdf3f7783d51e928ea73988a1af6 (patch)
tree904eff984f493dab033138e3ea201995199cbd71 /taler-auditor-manual.rst
parent353b25941b88d1112742c90df0e76b9182b52fe4 (diff)
downloaddocs-88c5437ffcf5bdf3f7783d51e928ea73988a1af6.tar.gz
docs-88c5437ffcf5bdf3f7783d51e928ea73988a1af6.tar.bz2
docs-88c5437ffcf5bdf3f7783d51e928ea73988a1af6.zip
use installing-gnunet.rst in Auditor Manual
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst20
1 files changed, 1 insertions, 19 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 79f05adc..ce704adb 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -198,25 +198,7 @@ manager.
The following instructions will show how to install libgnunetutil and
the exchange (which includes the code for the auditor).
-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 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'.
- $ 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: