Create onboarding.md #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| before_install: | ||
| - sudo apt-get -y install libxml2-dev | ||
| addons: | ||
| apt: | ||
| update: true | ||
| !/bin/sh | ||
| set -ex | ||
| wget https://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz | ||
| tar -xzvf protobuf-2.4.1.tar.gz | ||
| cd protobuf-2.4.1 && ./configure --prefix=/usr && make && sudo make install | ||