commit 0f123d8ea795f56aca354dec742aa7ee5e621367
parent a9c6182e31c14b68a34645059faaf100a2d845f9
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 17 Dec 2020 07:28:31 -0500
add libqrencode{-dev} as a dependency of Taler merchant (three instances)
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -339,6 +339,10 @@ 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
@@ -391,6 +395,7 @@ commands:
.. code-block:: console
# apt-get install \
+ libqrencode-dev \
libsqlite3-dev \
libltdl-dev \
libunistring-dev \
@@ -414,6 +419,7 @@ For more recent versions of Debian, you should instead run:
.. code-block:: console
# apt-get install \
+ libqrencode-dev \
libsqlite3-dev \
libltdl-dev \
libunistring-dev \