123456789101112131415 |
- Protocol Buffers - Google's data interchange format
- Copyright 2008 Google Inc.
- http://code.google.com/p/protobuf/
- This package contains a precompiled Win32 binary version of the protocol buffer
- compiler (protoc). This binary is intended for Windows users who want to
- use Protocol Buffers in Java or Python but do not want to compile protoc
- themselves. To install, simply place this binary somewhere in your PATH.
- This binary was built using MinGW, but the output is the same regardless of
- the C++ compiler used.
- You will still need to download the source code package in order to obtain the
- Java or Python runtime libraries. Get it from:
- http://code.google.com/p/protobuf/downloads/
|