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