taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 98211219c4167c0ec71e9d0129cd099d8fa3261e
parent a7c8bc9881f7870e7e783fc02c5ee8037ef5d711
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 15 Dec 2020 01:56:51 -0500

use installing-taler-exchange.rst in Exchange Manual

Diffstat:
Mtaler-exchange-manual.rst | 19+------------------
1 file changed, 1 insertion(+), 18 deletions(-)

diff --git 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 =============