Sha256: 7d8a0c3889336cbd1a41dbee9f764f5600fa5292fe00d47785d4f187ceebeabf

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

set -ex

basename=protobuf-2.6.0
tarball=$basename.tar.bz2

wget https://protobuf.googlecode.com/svn/rc/$tarball
tar -xvf $tarball
cd $basename && ./configure --prefix=/usr && make && make install

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protobuf-3.4.4 install-protobuf.sh
protobuf-3.4.3 install-protobuf.sh
protobuf-3.4.2 install-protobuf.sh
protobuf-3.4.1 install-protobuf.sh
protobuf-3.4.0 install-protobuf.sh