Created
December 5, 2022 05:12
-
-
Save IamFaizanKhalid/48c9e1217750c31d46ea5c9c78e6efc7 to your computer and use it in GitHub Desktop.
Script to install protobuf compiler on unix based systems. Download latest release from: https://github.com/protocolbuffers/protobuf/releases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cp -r ./include/google /usr/local/include/ | |
cp ./bin/protoc /usr/local/bin/protoc | |
xattr -d com.apple.quarantine /usr/local/bin/protoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment