Lines Matching +full:debian +full:- +full:11 +full:- +full:full
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 |
36 | Linux - Others | x86, x64 | clang 7+, GCC 7.3+ | Best Effort |
63 strip_prefix = "grpc-YOUR_GRPC_COMMIT_SHA",
90 [Full example](../../examples/cpp/helloworld/CMakeLists.txt)
94 gRPC's cmake support provides the option to install gRPC either system-wide
102 If you are using CMake v3.11 or newer you should use CMake's
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
153 [Full example](../../examples/cpp/helloworld/CMakeLists.txt)
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