Download
IceProtobuf-0.2.0.tar.gz
IceProtobuf-0.2.0.zip
The source distributions for the Protocol Buffers project, which consist of sample programs in C++, Java, and Python that demonstrate the use of Protocol Buffers in an Ice application. Refer to the README file in each demo directory for build and usage instructions.
Requirements
In order to use Protocol Buffers in Ice, your system must meet the following requirements:
- Ice 3.3.1 on a supported platform
- Protocol Buffers 2.0.3
We have tested this project on Windows, Linux, and Mac OS X using compilers that Ice supports. The only notable issue we found is that Protocol Buffers requires Python 2.4 or later, which means a Red Hat Enterprise Linux 4.x user will need to upgrade from the older version of Python bundled with that system in order to use Protocol Buffers with Python.