blob: 63813e5a208a35d31b4ffff50bba48e9c714f3c7 [file] [log] [blame]
Alexander Afanasyevbc98fcf2014-08-16 23:18:50 -07001#!/usr/bin/env bash
2set -x
Vince Lehman0a7da612014-10-29 14:39:29 -05003set -e
Alexander Afanasyevbc98fcf2014-08-16 23:18:50 -07004
5sudo apt-get -y install liblog4cxx10-dev protobuf-compiler libprotobuf-dev pkg-config || true
Alexander Afanasyevbc98fcf2014-08-16 23:18:50 -07006
Vince Lehman0a7da612014-10-29 14:39:29 -05007# Disabled because OSX 10.8 requires special handling of dependencies
8# brew install log4cxx protobuf pkg-config || true