summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.