随笔分类 -  protobuf

protobuf相关
摘要:1、准备工作 需要到github上下载相应的文件,地址https://github.com/google/protobuf/releases protobuf有很多不同语言的版本,因为我们需要的是jar文件,所以选择java版本下载。以下以版本3.1.0进行举例说明。 如果是在linux64环境下编 阅读全文
posted @ 2016-12-23 00:23 learn21cn 阅读(3781) 评论(0) 推荐(0)
摘要:github地址:https://github.com/google/protobuf支持多种语言,有多个语言的版本,本文采用的是在centos7下编译源码进行安装。 github上有详细的安装说明:https://github.com/google/protobuf/blob/master/src 阅读全文
posted @ 2016-12-21 04:10 learn21cn 阅读(18085) 评论(0) 推荐(0)