diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-03 10:56:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-03 13:44:54 +0200 |
commit | 88c55363e17beaa1c2d7344b3d4a90e1d639dc67 (patch) | |
tree | f8ac15ea3a1176c99ae1641928746323f2d6c194 /README | |
parent | 8f07aace2f2842b506350e608616c8055a2c71f9 (diff) |
gnunet-qr: Update documentation and scripts to changed dependencies.
Requirement python-zbar is gone, and thus the requirement for
Python 2.7. Instead development package for libzbar is required now.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,6 +124,7 @@ These are the optional dependencies: - libogg >= 1.3.0 (for experimental conversation tool) - libnss (certtool binary (for convenient installation of GNS proxy)) +- libzbar >= 0.10 (for gnunet-qr) - libpbc >= 0.5.14 (for Attribute-Based Encryption and Identity Provider functionality) - libgabe (for Attribute-Based Encryption and @@ -135,7 +136,6 @@ These are the optional dependencies: - perl5 (for some utilities) - python2.7 = 2.7 (for gnunet-qr, only python 2.7 supported) -- python-zbar >= 0.10 (for gnunet-qr, not optional) - TeX Live >= 2012 (for gnunet-bcd[*]) - texi2mdoc (for automatic mdoc generation [*2]) |