diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-03 10:56:01 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-13 18:22:08 +0100 |
commit | ee3ec8e4e24221db9a77e4356607e1a484f05128 (patch) | |
tree | be3b73a618f3c3b8e5d9116ce2332e97139070c0 /README | |
parent | 70a749982e4ed34468d11affebe03a718facf3f4 (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 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -75,8 +75,7 @@ These are the optional dependencies: - libpulse >= 2.0 (for experimental conversation tool) - libogg >= 1.3.0 (for experimental conversation tool) - libnss (certtool binary (for convenient installation of GNS proxy)) -- python2.7 = 2.7 (for gnunet-qr, only python 2.7 supported) -- python-zbar >= 0.10 (for gnunet-qr, not optional) +- libzbar >= 0.10 (for gnunet-qr) - TeX Live >= 2012 (for gnunet-bcd[*]) - texi2mdoc (for automatic mdoc generation [*2]) - libglpk >= 4.45 (for experimental code) |