Lines Matching +full:build +full:- +full:linux
1 Protocol Buffers - Google's data interchange format
6 https://developers.google.com/protocol-buffers/
9 --------
11 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
12 platform-neutral, extensible mechanism for serializing structured data. You
13 …uf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/).
20 ------------------------------
26 For non-C++ users, the simplest way to install the protocol compiler is to
27 download a pre-built binary from our release page:
31 In the downloads section of each release, you can find pre-built binaries in
32 zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary
40 These pre-built binaries are only provided for released versions. If you want
42 or you are using C++, it's recommended to build your own protoc binary from
45 If you would like to build protoc binary from source, see the [C++ Installation
49 -----------------------------
56 |--------------------------------------|-----------------------------------------------------------…
57 …Build status](https://storage.googleapis.com/protobuf-kokoro-results/status-badge/linux-cpp_distch…
58 …Build status](https://storage.googleapis.com/protobuf-kokoro-results/status-badge/linux-java_compa…
59 …Build status](https://storage.googleapis.com/protobuf-kokoro-results/status-badge/linux-python27.p…
60 …-C | [objectivec](objectivec) | | [ | [![Build Status](https://travis-ci.org/da…
69 -----------
74 https://developers.google.com/protocol-buffers/docs/tutorials
80 -------------
85 https://developers.google.com/protocol-buffers/