Skip to content

Instantly share code, notes, and snippets.

View fakihariefnoto's full-sized avatar
😌
on fire

Fakih Arief Noto fakihariefnoto

😌
on fire
View GitHub Profile
# Make sure you grab the latest version
curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip
# Unzip
unzip protoc-3.2.0-linux-x86_64.zip -d protoc3
# Move protoc to /usr/local/bin/
sudo mv protoc3/bin/* /usr/local/bin/
# Move protoc3/include to /usr/local/include/