Created
December 26, 2020 22:00
-
-
Save pacuna/75a3b5628a368f3f8dff2761bc6dd3b8 to your computer and use it in GitHub Desktop.
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
sudo port install automake libtool autogen autoconf | |
wget https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz | |
tar -xzvf protobuf-3.14.0.tar.gz | |
cd protobuf-3.14.0 | |
./autogen.sh | |
./configure | |
make | |
sudo make install | |
go install google.golang.org/protobuf/cmd/protoc-gen-go # run outside of project with module, add $GOBIN to $PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment