Skip to content

Commit

Permalink
[Doc] Update README.md to address upb issue (grpc#34411)
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush authored Jan 20, 2024
1 parent 5b724c0 commit f1254a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gRPC depends on several third-party libraries, their source code is available
- gRPC C++ needs to stay buildable/installable even if the submodules are not present (e.g. the tar.gz archive with gRPC doesn't contain the submodules),
assuming that the dependencies are already installed. This is a requirement for being able to provide a reasonable install process (e.g. using cmake)
and to support package managers for gRPC C++.
- CAVEAT: upb is an exception here because of its lack of cmake support. Therefore, third_party/upb should be present to build gRPC until upb supports it.

- Adding a new dependency is a lot of work (both for us and for the users).
We currently support multiple build systems (BAZEL, cmake, make, ...) so adding a new dependency usually requires updates in multiple build systems
Expand Down

0 comments on commit f1254a7

Please sign in to comment.