From 614149412536cc9c8e4073d1d8eac4fa2587c2cb Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 15 Dec 2020 01:44:48 -0500 Subject: new frag: installing-taler-exchange.rst --- frags/installing-taler-exchange.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frags/installing-taler-exchange.rst (limited to 'frags') 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-' 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. -- cgit v1.2.3