Lines Matching refs:protoc
43 Buffer compiler (protoc) execute the following:
128 The makefiles normally invoke the protoc executable that they just
129 built in order to build tests. When cross-compiling, the protoc
131 you must build a copy of protoc for the host machine first, then use
132 the --with-protoc option to tell configure to use it instead. For
135 ./configure --with-protoc=protoc
137 This will use the installed protoc (found in your $PATH) instead of
143 ./configure --with-protoc=../host/src/protoc
145 Either way, you must make sure that the protoc executable you use
178 If you only need the protoc binary, you can download it from the release
183 In the downloads section, download the zip file protoc-$VERSION-win32.zip.
184 It contains the protoc binary as well as public proto files of protobuf