summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:46:45 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:46:45 -0500
commitdcead799f1fbc1167e01184b6ea0e55cc1f8fe4c (patch)
treed0f69101523552565360998ffe795fa2884555f5
parent9672a5f4ec5f60310de48bed5c980a963254650a (diff)
downloaddocs-dcead799f1fbc1167e01184b6ea0e55cc1f8fe4c.tar.gz
docs-dcead799f1fbc1167e01184b6ea0e55cc1f8fe4c.tar.bz2
docs-dcead799f1fbc1167e01184b6ea0e55cc1f8fe4c.zip
use installing-taler-exchange.rst in Auditor Manual
-rw-r--r--taler-auditor-manual.rst21
1 files changed, 1 insertions, 20 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 96264130..543bb306 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -201,26 +201,7 @@ the exchange (which includes the code for the auditor).
.. include:: frags/installing-gnunet.rst
-To download and install the GNU Taler exchange, proceeds as follows:
-
-.. code-block:: console
-
- $ 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.
-
-.. Can we simply point to released tarballs? --ttn
+.. include:: frags/installing-taler-exchange.rst
Configuration