Merge remote-tracking branch 'origin/Development' into Development

This commit is contained in:
Manfred Karrer 2017-07-03 20:49:38 +02:00
commit cbca4fdb1c

View File

@ -1,5 +1,13 @@
# Protobuffer FAQ
## How to install
### On linux
wget https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip
unzip protoc-3.3.0-linux-x86_64.zip -d protoc3
sudo mv protoc3/bin/protoc /usr/local/bin/protoc
## Why protobuffer?
There are a number of reasons why protobuffer was chosen, here are some of them: