Skip to content

Commit

Permalink
add script for installing needed stuff in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryyoung committed Jul 9, 2018
1 parent 8949ee0 commit 68ea6d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/install-proto-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sudo apt-get install protobuf-c-compiler
PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip
curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_ZIP
sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
rm -f $PROTOC_ZIP

0 comments on commit 68ea6d4

Please sign in to comment.