summaryrefslogtreecommitdiff
path: root/frags/list-of-dependencies.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-20 16:36:17 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-20 16:36:17 +0100
commit559514aee334782face75959db91a148177e6e8a (patch)
tree5aaab2e17c0a731370b695e289ca5700c5594570 /frags/list-of-dependencies.rst
parent15a1d8057083ee51550c22b8b9778ba8c84fbbd0 (diff)
downloaddocs-559514aee334782face75959db91a148177e6e8a.tar.gz
docs-559514aee334782face75959db91a148177e6e8a.tar.bz2
docs-559514aee334782face75959db91a148177e6e8a.zip
update installation instructions
Diffstat (limited to 'frags/list-of-dependencies.rst')
-rw-r--r--frags/list-of-dependencies.rst30
1 files changed, 27 insertions, 3 deletions
diff --git a/frags/list-of-dependencies.rst b/frags/list-of-dependencies.rst
index 4184e3c2..90710a31 100644
--- a/frags/list-of-dependencies.rst
+++ b/frags/list-of-dependencies.rst
@@ -8,9 +8,9 @@
- libcurl >= 7.26 (or libgnurl >= 7.26)
-- libqrencode >= 4.0.0
+- libqrencode >= 4.0.0 (Taler merchant only)
-- GNU libgcrypt >= 1.6
+- GNU libgcrypt >= 1.6 (1.10 or later highly recommended)
- libsodium >= 1.0
@@ -22,4 +22,28 @@
- GNU libmicrohttpd >= 0.9.71
-- GNUnet >= 0.16 (from `source tarball <http://ftpmirror.gnu.org/gnunet/>`__)
+- GNUnet >= 0.19 (from `source tarball <http://ftpmirror.gnu.org/gnunet/>`__)
+
+- Python3 with ``jinja2``
+
+
+If you are on Debian stable or later, the following command may help you
+install these dependencies:
+
+.. code-block:: console
+
+ # apt-get install \
+ libqrencode-dev \
+ libsqlite3-dev \
+ libltdl-dev \
+ libunistring-dev \
+ libsodium-dev \
+ libargon2-dev \
+ libcurl4-gnutls-dev \
+ libgcrypt20-dev \
+ libjansson-dev \
+ libpq-dev \
+ libmicrohttpd-dev \
+ python3-jinja2 \
+ postgresql-13
+