I'm following this tutorial to install Protocol Buffers v3:
https://grpc.io/docs/quickstart/go.html#install-grpc
It says "The simplest way to do this is to download pre-compiled binaries for your platform", what is "platform" here? Operating System or Programming Languages? Im confused at this step, because I dont understand what its saying exactly.
I even tried to follow the link but there is no Protobuf installation for "GoLang" at all, I can see java, python, linux, win, osx etc and I dont know which one to choose and this added to my frustration:
http://prntscr.com/nf2qye
Even if I download the file somehow then how and exactly where do I unzip in Linux?
Even if I unzip it somewhere then what will be the code to write in the bash_profile to update the environment variable PATH to include the path to the protoc binary file as mentioned in the tutorial?
Please help, thanks.