why there is no precompiled c++ library for grpc

前端 未结 2 1020
故里飘歌
故里飘歌 2021-01-22 14:39

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

2条回答
  •  悲&欢浪女
    2021-01-22 15:13

    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.

提交回复
热议问题