I\'m trying to integrate grpc into C++ projects. but I found the only way is download all source code and compile it by my self.
Is there any way to get a precompile .s
Is there any way to get a precompile .so/.a file which I can link against and a grpc_cpp_plugin for Linux?
To answer this question, the gRPC C++ plugin currently requires manual build and install as stated here: https://grpc.io/blog/installation/
That means that there are currently no precompiled gRPC C++ plugins.