Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
add protoc-gen-go plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinker1991 committed Apr 13, 2018
1 parent 8ead80e commit 84e3f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e
# check to see if protobuf folder is empty
if [ ! -d "$HOME/protobuf/lib" ]; then
wget https://github.com/google/protobuf/releases/download/v3.5.1/protobuf-java-3.5.1.tar.gz
tar -xzvf protobuf-java-3.5.1.tar.gz
wget https://github.com/google/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.tar.gz
tar -xzvf protobuf-all-3.5.1.tar.gz
cd protobuf-3.5.1 && ./configure --prefix=$HOME/protobuf && make && make install
else
echo "Using cached directory."
Expand Down

0 comments on commit 84e3f19

Please sign in to comment.