You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Hey there! Thanks a lot for those scripts! At least the cloning works like a charm. I've got Visual Studio Community 2017 with v140 Built Tools installed (as I couldn't find a download source for 2015 on the Micrsosoft website), and unfortunately the build of the grpc protoc plugin fails, because it couldn't find v100 (visual studio 2010) build tools. I'm usually a Python user and compiling anything in C++ with visual studio is a pain.
Would you, fine sir, by any chance know how to compile grpc with visual studio 2017 Community?
Background: I want to use it in a Plugin (DLL) for a Software (MotionBuilder) which itself is compiled in Visual Studio 2012. Do I have to compile grpc using the VS2012 Toolset? I get a lot of errors trying to do just that... :(