protobuf-2.0.0beta

所属分类:网络编程
开发工具:C/C++
文件大小:1162KB
下载次数:84
上传日期:2008-07-09 18:31:56
上 传 者zt5460
说明:  谷歌公司内部使用的开放源代码数据描述语言Protocol Buffers.Protocol Buffers与XML相似,但更简单、更小、更快.
(Google)

文件列表:
protobuf-2.0.0beta (0, 2008-07-04)
protobuf-2.0.0beta\aclocal.m4 (262256, 2008-07-04)
protobuf-2.0.0beta\autogen.sh (667, 2008-07-03)
protobuf-2.0.0beta\CHANGES.txt (56, 2008-07-04)
protobuf-2.0.0beta\config.guess (43499, 2008-07-04)
protobuf-2.0.0beta\config.h.in (2561, 2008-07-04)
protobuf-2.0.0beta\config.sub (31743, 2008-07-04)
protobuf-2.0.0beta\configure (713631, 2008-07-04)
protobuf-2.0.0beta\configure.ac (871, 2008-07-04)
protobuf-2.0.0beta\CONTRIBUTORS.txt (985, 2008-07-04)
protobuf-2.0.0beta\COPYING.txt (11560, 2008-07-04)
protobuf-2.0.0beta\depcomp (15936, 2008-07-04)
protobuf-2.0.0beta\editors (0, 2008-07-04)
protobuf-2.0.0beta\editors\proto.vim (2517, 2008-07-04)
protobuf-2.0.0beta\examples (0, 2008-07-04)
protobuf-2.0.0beta\examples\AddPerson.java (2861, 2008-07-03)
protobuf-2.0.0beta\examples\addressbook.proto (637, 2008-07-03)
protobuf-2.0.0beta\examples\add_person.cc (2501, 2008-07-03)
protobuf-2.0.0beta\examples\add_person.py (1656, 2008-07-03)
protobuf-2.0.0beta\examples\ListPeople.java (1604, 2008-07-03)
protobuf-2.0.0beta\examples\list_people.cc (1861, 2008-07-03)
protobuf-2.0.0beta\examples\list_people.py (1138, 2008-07-03)
protobuf-2.0.0beta\examples\Makefile (2109, 2008-07-03)
protobuf-2.0.0beta\generate_descriptor_proto.sh (1266, 2008-07-03)
protobuf-2.0.0beta\install-sh (9233, 2008-07-04)
protobuf-2.0.0beta\INSTALL.txt (9774, 2008-07-04)
protobuf-2.0.0beta\java (0, 2008-07-04)
protobuf-2.0.0beta\java\pom.xml (3755, 2008-07-04)
protobuf-2.0.0beta\java\src (0, 2008-07-04)
protobuf-2.0.0beta\java\src\main (0, 2008-07-04)
protobuf-2.0.0beta\java\src\main\java (0, 2008-07-04)
protobuf-2.0.0beta\java\src\main\java\com (0, 2008-07-04)
protobuf-2.0.0beta\java\src\main\java\com\google (0, 2008-07-04)
protobuf-2.0.0beta\java\src\main\java\com\google\protobuf (0, 2008-07-04)
protobuf-2.0.0beta\java\src\main\java\com\google\protobuf\AbstractMessage.java (11566, 2008-07-04)
protobuf-2.0.0beta\java\src\main\java\com\google\protobuf\ByteString.java (8518, 2008-07-04)
protobuf-2.0.0beta\java\src\main\java\com\google\protobuf\CodedInputStream.java (25309, 2008-07-04)
... ...

Protocol Buffers - Google's data interchange format Copyright 2008 Google Inc. http://code.google.com/apis/protocolbuffers/ BETA WARNING ============ This package is a beta. This means that API may change in an incompatible way in the future. It's unlikely that any big changes will be made, but we can make no promises. Expect a non-beta release sometime in August 2008. C++ Installation ================ To build and install the C++ Protocol Buffer runtime and the Protocol Buffer compiler (protoc) execute the following: $ ./configure $ make $ make check $ make install If "make check" fails, you can still install, but it is likely that some features of this library will not work correctly on your system. Proceed at your own risk. "make install" may require superuser privileges. For advanced usage information on configure and make, see INSTALL. ** Note for Solaris users ** Solaris 10 x86 has a bug that will make linking fail, complaining about libstdc++.la being invalid. We have included a work-around in this package. To use the work-around, run configure as follows: ./configure LDFLAGS=-L$PWD/src/solaris See src/solaris/libstdc++.la for more info on this bug. Java and Python Installation ============================ The Java and Python runtime libraries for Protocol Buffers are located in the java and python directories. See the README file in each directory for more information on how to compile and install them. Note that both of them require you to first install the Protocol Buffer compiler (protoc), which is part of the C++ package. Usage ===== The complete documentation for Protocol Buffers is available via the web at: http://code.google.com/apis/protocolbuffers/

近期下载者

相关文件


收藏者