summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst19
1 files changed, 1 insertions, 18 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 542de3c9..942fb14e 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -228,24 +228,7 @@ the GNU Taler exchange.
.. 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.
+.. include:: frags/installing-taler-exchange.rst
Configuration
=============