aboutsummaryrefslogtreecommitdiff
path: root/contrib/vagrant/bootstrap.ubuntu.sh
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-03 10:56:01 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-13 18:22:08 +0100
commitee3ec8e4e24221db9a77e4356607e1a484f05128 (patch)
treebe3b73a618f3c3b8e5d9116ce2332e97139070c0 /contrib/vagrant/bootstrap.ubuntu.sh
parent70a749982e4ed34468d11affebe03a718facf3f4 (diff)
downloadgnunet-ee3ec8e4e24221db9a77e4356607e1a484f05128.tar.gz
gnunet-ee3ec8e4e24221db9a77e4356607e1a484f05128.zip
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 'contrib/vagrant/bootstrap.ubuntu.sh')
-rw-r--r--contrib/vagrant/bootstrap.ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vagrant/bootstrap.ubuntu.sh b/contrib/vagrant/bootstrap.ubuntu.sh
index 6b28d3075..f0b7c454e 100644
--- a/contrib/vagrant/bootstrap.ubuntu.sh
+++ b/contrib/vagrant/bootstrap.ubuntu.sh
@@ -27,7 +27,7 @@ apt-get -y install zlib1g-dev
27# optional for gnunet-conversation 27# optional for gnunet-conversation
28# apt-get -y install libpulse-dev libopus-dev libogg-dev gstreamer1.0 28# apt-get -y install libpulse-dev libopus-dev libogg-dev gstreamer1.0
29# optional for gnunet-qr 29# optional for gnunet-qr
30apt-get -y install python-zbar 30apt-get -y install libzbar-dev
31# optional for experimental code 31# optional for experimental code
32apt-get -y install libglpk-dev 32apt-get -y install libglpk-dev
33# 33#