summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-24 14:40:56 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-24 14:40:56 +0200
commit80b4f8ab8671c84e8214c676c449fc14d5e12ad7 (patch)
tree2a021ae8f03970e0c3730b1a23563bc259e0098c /taler-merchant-manual.rst
parent7ec40ddae6314f709147ce1da9c74d7d6cbd9cb0 (diff)
downloaddocs-80b4f8ab8671c84e8214c676c449fc14d5e12ad7.tar.gz
docs-80b4f8ab8671c84e8214c676c449fc14d5e12ad7.tar.bz2
docs-80b4f8ab8671c84e8214c676c449fc14d5e12ad7.zip
update anastasis installation instructions
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst35
1 files changed, 1 insertions, 34 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index f8e2eb30..d6d7d9c8 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -339,40 +339,7 @@ Installing the GNU Taler merchant backend
.. index:: backend
-GNU Taler merchant has these additional dependencies:
-
-- libqrencode >= 4.0.0
-
-The following steps assume all dependencies are installed.
-
-First, unpack the GNU Taler merchant tarball and change into
-the resulting directory.
-Then, use the following commands to build and install the merchant backend:
-
-.. code-block:: console
-
- $ ./configure [--prefix=PFX] \
- [--with-gnunet=GNUNETPFX] \
- [--with-exchange=EXCHANGEPFX]
- $ # 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-exchange=/usr/local`` and/or
-``--with-gnunet=/usr/local`` if you installed the exchange and/or
-GNUnet to ``/usr/local`` in the previous steps.
-
-Depending on the prefixes you specified for the installation and the
-distribution you are using, you may have to edit ``/etc/ld.so.conf``, adding
-lines for ``GNUNETPFX/lib/`` and ``EXCHANGEPFX/lib/`` and ``PFX/lib/``
-(replace the prefixes with the actual paths you used). Afterwards, you should
-run ``ldconfig``. Without this step, it is possible that the linker may not
-find the installed libraries and launching the Taler merchant backend would
-then fail.
+.. include:: frags/installing-taler-merchant.rst
Installing the GNU Taler binary packages on Debian