Lines Matching +full:debian +full:- +full:arm64 +full:- +full:release
15 …oundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support)
32 |------------------|---------------|----------|---------------|
33 | Linux - Debian, Ubuntu, CentOS | x86, x64 | clang 7+, GCC 7.3+ | Officially Supported |
35 | MacOS | x64, ARM64 | XCode 12+ | Officially Supported |
36 | Linux - Others | x86, x64 | clang 7+, GCC 7.3+ | Best Effort |
37 | Linux | ARM64 | | Best Effort |
55 1. determine commit SHA for the grpc release you want to use
63 strip_prefix = "grpc-YOUR_GRPC_COMMIT_SHA",
94 gRPC's cmake support provides the option to install gRPC either system-wide
127 [install the prerequisites](../../BUILDING.md#pre-requisites)
133 [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
137 ### Support system-installed gRPC
146 # Find system-installed gRPC
155 ## pkg-config
158 first install gRPC C++ using CMake, and have your non-CMake project rely on the
164 CentOS-7 ships with `pkg-config` 0.27.1, which has a
166 invocations take extremely long to complete. If you plan to use `pkg-config`,
184 …y packaging system for C++, but there are some community-maintained packages that are kept up-to-d…
196 ./bootstrap-vcpkg.sh
198 # ./bootstrap-vcpkg.bat
219 * [gRPC Basics - C++](https://grpc.io/docs/languages/cpp/basics):
222 * [Asynchronous Basics - C++](https://grpc.io/docs/languages/cpp/async):
223 A tutorial that shows you how to use gRPC C++'s asynchronous/non-blocking