~ salmonella-environment-setup (master) eb941c68cf45e783f18d103c915add8cff272c7c
commit eb941c68cf45e783f18d103c915add8cff272c7c
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Mon Mar 14 21:27:39 2016 +0100
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Mon Mar 14 21:27:39 2016 +0100
debian-{wheezy,jessie}.sh: add libprotobuf-dev for ola
diff --git a/debian-jessie.sh b/debian-jessie.sh
index 3b16b11..e32d581 100755
--- a/debian-jessie.sh
+++ b/debian-jessie.sh
@@ -109,6 +109,7 @@ sudo apt-get install \
libudev-dev \
liblmdb-dev \
libola-dev \
+ libprotobuf-dev \
##
## Things that are not packaged for Debian
diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index dfa3d9f..649e60e 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -107,6 +107,7 @@ sudo apt-get install \
libleveldb-dev \
libyaml-dev \
libudev-dev \
+ libprotobuf-dev \
##
## Things that are not packaged for Debian
Trap