Skip to content

Commit

Permalink
Merge "Fix gmock links broken"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Sep 10, 2016
2 parents b1ea9cd + efa82f4 commit 259cbd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/base/scripts/common/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ fi

# First install protoc
cd /tmp
wget --quiet https://github.com/google/protobuf/archive/v3.0.0.tar.gz
tar xpzf v3.0.0.tar.gz
cd protobuf-3.0.0
wget --quiet https://github.com/google/protobuf/archive/v3.0.2.tar.gz
tar xpzf v3.0.2.tar.gz
cd protobuf-3.0.2
apt-get install -y autoconf automake libtool curl make g++ unzip
apt-get install -y build-essential
./autogen.sh
Expand Down

0 comments on commit 259cbd5

Please sign in to comment.