summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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