Hi Minh, 
You can find the depending relations in BUILD file 
<https://github.com/grpc/grpc/blob/master/BUILD>. In the same file, you can 
find the source files composing the library. Inside each source file, there 
are nessesary comments. You can also read grpc c++ API document 
<https://grpc.github.io/grpc/cpp/>, which is more readable than the source 
file.
在2022年8月2日星期二 UTC+8 22:28:41<Minh Nguyễn Hữu> 写道:

> Hello,
>
> We are integrating (static linking) gRPC in one of our C++ components. We 
> have built gRPC from source and this has resulted in the following static 
> libraries:
>
> libgrpc.a
> libgrpc++.a
> libgrpc++_alts.a
> libgrpc++_error_details.a
> libgrpc_plugin_support.a
> libgrpcpp_channelz.a
> libgrpc++_reflection.a
> libgrpc_unsecure.a
> libgrpc++_unsecure.a
>
> Is there documentation on what each library does? Or can anyone explain 
> the difference between them? All we are interested in a gRPC client.
>
> Kind regards,
> Minh
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/dc30593f-91cb-4262-a71a-512f5484d438n%40googlegroups.com.

Reply via email to