summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:56:51 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:56:51 -0500
commit98211219c4167c0ec71e9d0129cd099d8fa3261e (patch)
treeb5828b317b394f1d73409c4d5f3c6953e94dcd80
parenta7c8bc9881f7870e7e783fc02c5ee8037ef5d711 (diff)
downloaddocs-98211219c4167c0ec71e9d0129cd099d8fa3261e.tar.gz
docs-98211219c4167c0ec71e9d0129cd099d8fa3261e.tar.bz2
docs-98211219c4167c0ec71e9d0129cd099d8fa3261e.zip
use installing-taler-exchange.rst in Exchange Manual
-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
=============