Lines Matching refs:protoc
23 2. The Protocol Compiler `protoc`. This translates `.proto` files
27 (look for the `protoc-*.zip` files under **Downloads**).
36 If you want, you can compile `protoc` from source instead. To do this
40 Once you have `protoc` compiled, you can run the tests by typing:
46 # If your protoc is somewhere else than ../src/protoc, instead do this.
47 # But make sure your protoc is the same version as this (or compatible)!
48 $ PROTOC=/usr/local/bin/protoc npm test
70 $ protoc --js_out=library=myproto_libs,binary:. messages.proto base.proto
72 For Closure imports, `protoc` will generate a single output file
102 $ protoc --js_out=import_style=commonjs,binary:. messages.proto base.proto
104 For CommonJS imports, `protoc` will spit out one file per input file