summaryrefslogtreecommitdiff
path: root/frags/installing-taler-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:44:48 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 01:44:48 -0500
commit614149412536cc9c8e4073d1d8eac4fa2587c2cb (patch)
tree07c45b157a810e55be337eb4261da29cb9f23327 /frags/installing-taler-exchange.rst
parent73ab2318a865813e311fa1d54e6b0e575c5fc21c (diff)
downloaddocs-614149412536cc9c8e4073d1d8eac4fa2587c2cb.tar.gz
docs-614149412536cc9c8e4073d1d8eac4fa2587c2cb.tar.bz2
docs-614149412536cc9c8e4073d1d8eac4fa2587c2cb.zip
new frag: installing-taler-exchange.rst
Diffstat (limited to 'frags/installing-taler-exchange.rst')
-rw-r--r--frags/installing-taler-exchange.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/frags/installing-taler-exchange.rst b/frags/installing-taler-exchange.rst
new file mode 100644
index 00000000..1b8e96b3
--- /dev/null
+++ 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.