Alexander Afanasyev | bc98fcf | 2014-08-16 23:18:50 -0700 | [diff] [blame^] | 1 | #!/usr/bin/env bash |
2 | set -x | ||||
3 | |||||
4 | sudo apt-get -y install liblog4cxx10-dev protobuf-compiler libprotobuf-dev pkg-config || true | ||||
5 | sudo brew update || true | ||||
6 | brew install log4cxx protobuf pkg-config || true | ||||
7 |