Lines Matching +full:debian +full:- +full:arm64 +full:- +full:build +full:- +full:test
10 Therefore, gRPC supports several major build systems, which should satisfy most users.
15 …oundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support)
17 We test our code on these platform and have automated continuous integration tests for
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 |
51 Bazel is the primary build system used by the core gRPC development team. Bazel
56 2. Use the [http_archive](https://docs.bazel.build/versions/master/repo/http.html#http_archive) baz…
63 strip_prefix = "grpc-YOUR_GRPC_COMMIT_SHA",
78 To build gRPC C++ from source, follow the [BUILDING guide](../../BUILDING.md).
94 gRPC's cmake support provides the option to install gRPC either system-wide
98 The following sections describe strategies to automatically build gRPC
104 The first time you run CMake in a given build directory, FetchContent will
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
140 wants to build your software using a previously installed gRPC. Here's a
146 # Find system-installed gRPC
149 # Build gRPC using FetchContent or add_subdirectory
155 ## pkg-config
158 first install gRPC C++ using CMake, and have your non-CMake project rely on the
160 [Example](../../test/distrib/cpp/run_distrib_test_cmake_pkgconfig.sh)
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`,
175 instructions to build from source and then install locally using `make install`.
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
211 You can find out how to build and run our simplest gRPC C++ example in our
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
229 For instructions on how to build gRPC C++ from source, follow the [Building gRPC C++](../../BUILDIN…