Lines Matching refs:protoc
1 # Build scripts that publish pre-compiled protoc artifacts
2 ``protoc`` is the compiler for ``.proto`` files. It generates language bindings
5 Because ``protoc`` is a native executable, the scripts under this directory
6 build and publish a ``protoc`` executable (a.k.a. artifact) to Maven
8 would not need to compile and install ``protoc`` for their systems.
11 The version of the ``protoc`` artifact must be the same as the version of the
15 The name of a published ``protoc`` artifact is in the following format:
16 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.0.0-alpha-3-windows-x86_64.exe``.
26 The following command will install the ``protoc`` artifact to your local Maven repository.
33 system properties. It's possible to build a protoc binary for an architecture
47 32-bit protoc under 64-bit Windows, with the following command:
97 $ docker build -t protoc-artifacts .
102 $ docker run -it --rm=true protoc-artifacts