Skip to content

Commit

Permalink
Amended protobuf install location
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarmer committed Dec 8, 2014
1 parent f841901 commit 4f00ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/install-protoc-apt.sh
@@ -1,7 +1,7 @@
#!/bin/sh
VERSION=2.6.1
sudo apt-get -y install build-essential
wget https://github.com/google/protobuf/releases/download/$VERSION/protobuf-$VERSION.tar.gz
wget https://github.com/google/protobuf/releases/download/v$VERSION/protobuf-$VERSION.tar.gz
tar xvfz protobuf-$VERSION.tar.gz
cd protobuf-$VERSION
./configure --prefix=/usr
Expand Down
2 changes: 1 addition & 1 deletion bin/install-protoc-osx.sh
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION=2.6.1
wget https://github.com/google/protobuf/releases/download/$VERSION/protobuf-$VERSION.tar.gz
wget https://github.com/google/protobuf/releases/download/v$VERSION/protobuf-$VERSION.tar.gz
tar xvfz protobuf-$VERSION.tar.gz
cd protobuf-$VERSION
./configure --prefix=/usr
Expand Down

0 comments on commit 4f00ee8

Please sign in to comment.