Created
December 26, 2020 22:00
-
-
Save pacuna/75a3b5628a368f3f8dff2761bc6dd3b8 to your computer and use it in GitHub Desktop.
Revisions
-
pacuna revised this gist
Dec 26, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ cd protobuf-3.14.0 ./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 -
pacuna created this gist
Dec 26, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 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 # has to be outside of project with module, add $GOBIN to $PATH