Replies: 3 comments 1 reply
|
First, I use the following command to configure the project: Second, I use the I checked the grpc project, and it uses boringssl-with-bazel as its SSL implementation. The grpc.pc requires openssl.pc, but the grpc project doesn't generate openssl.pc. |
|
I have a question: Why use When I build project, I notice that |
|
The following code is in the I think this defines the built-in ssl and crypto library. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Using the cmake cli to configure the project triggers a check for modules 'protobuf>=3.11;grpc++>=1.26'.
However, building the project causes another check modules 'protobuf;grpc++'.
It takes a lot of time. The dependece of Bear is also built from source.
How can I simplify the building process?
All reactions