taler-docs

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

commit 614149412536cc9c8e4073d1d8eac4fa2587c2cb
parent 73ab2318a865813e311fa1d54e6b0e575c5fc21c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 15 Dec 2020 01:44:48 -0500

new frag: installing-taler-exchange.rst

Diffstat:
Afrags/installing-taler-exchange.rst | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/frags/installing-taler-exchange.rst b/frags/installing-taler-exchange.rst @@ -0,0 +1,16 @@ +After installing GNUnet, unpack the GNU Taler exchange tarball, +change into the resulting directory, and proceed as follows: + +.. code-block:: console + + $ ./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``. You have to specify +``--with-gnunet=/usr/local`` if you installed GNUnet to ``/usr/local`` in the +previous step.