项目作者: zhaogezhang

项目描述 :
Study protobuf-c-rpc, read code and add comments.
高级语言: C
项目地址: git://github.com/zhaogezhang/study_protobuf-c-rpc.git
创建时间: 2020-02-21T04:27:20Z
项目社区:https://github.com/zhaogezhang/study_protobuf-c-rpc

开源协议:Other

下载


study_protobuf-c-rpc

Because the native language is Chinese, the code comments are written in Chinese.
If you are like me and would like to join us, please contact me:
name : zhaoge.zhang
email : 18341265598@163.com

Build Status Coverage Status

Overview

This is protobuf-c-rpc, a library for performing RPC with protobuf-c. It was formerly integrated into the main protobuf-c distribution but has now been split out.

Building

protobuf-c-rpc requires a C compiler, protobuf-c, and pkg-config to be installed. protobuf-c itself requires Google Protocol Buffers to be installed.

  1. ./configure && make && make install

If building from a git checkout, the autotools (autoconf, automake, libtool) must also be installed, and the build system must be generated by running the autogen.sh script.

  1. ./autogen.sh && ./configure && make && make install

Contributing

Please send patches to the protobuf-c mailing list or by opening a GitHub pull request.

Copyright to all contributions are retained by the original author, but must be licensed under the terms of the BSD-2-Clause license. Please add a Signed-off-by header to your commit message (git commit -s) to indicate that you are licensing your contribution under these terms.