-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS X - Note about your tutorial #787
Comments
I'm confused, what were you trying to do? You shouldn't need to run make at all. All you need is to go get the binary. Which tutorial are you referring to? |
I am talking about the https://github.com/grpc-ecosystem/grpc-gateway/blob/master/README.md, sorry if I confused you |
Yeah we really need to update these instructions, they are ancient. You don't need to build protoc anymore, v3 is out of beta for... 2 years 😂. |
How would you feel about contributing some updated instructions? To get you started, you can download protoc from https://github.com/protocolbuffers/protobuf/releases. I'd be really valuable to have your thoughts as you learn to use it for the first time. |
Hi @johanbrandhorst , I faced the same issue and it took me a couple of hours of googling to get here. |
Great, I look forward to reviewing your PR :). |
macOS High Sierra Version 10.31.6
Hey !
Can you add that for mac os x users? The following lines might be usefull in order to follow your tutorial/README.md
Also, be careful because
make check
doesn't seems to work for mac os xI also had to remove
protoc-gen-go/generator/generator.go
because I had the following warning:Hope it helps :)
The text was updated successfully, but these errors were encountered: