gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 01/03: new frag: installing-taler-exchange.rst


From: gnunet
Subject: [taler-docs] 01/03: new frag: installing-taler-exchange.rst
Date: Tue, 15 Dec 2020 07:48:24 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

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

    new frag: installing-taler-exchange.rst
---
 frags/installing-taler-exchange.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/frags/installing-taler-exchange.rst 
b/frags/installing-taler-exchange.rst
new file mode 100644
index 0000000..1b8e96b
--- /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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]