blob: 01ddadb45644074e0798b9fc4dfb01c7d0f1f24e [file] [log] [blame]
Alexander Afanasyevbc98fcf2014-08-16 23:18:50 -07001#!/usr/bin/env bash
2set -x
3
4sudo apt-get -y install liblog4cxx10-dev protobuf-compiler libprotobuf-dev pkg-config || true
5sudo brew update || true
6brew install log4cxx protobuf pkg-config || true
7