ubnutu 安装protocol buffer
程序员文章站
2023-11-07 12:06:04
工作中需要使用protocol buffer,需要编译出protocol buffer的动态链接库,然后在别的makefile中链接它, 我的环境是ubnutu16.04,64bit,使用的protocol buffer 版本是v3.5 首先我们需要下载protocol buffer源码,然后按照教 ......
我的环境是ubnutu16.04,64bit,使用的protocol buffer 版本是v3.5
$ sudo apt-get install autoconf automake libtool curl make g++ unzip $ ./autogen.sh $ ./configure $ make $ make check $ sudo make install $ sudo ldconfig # refresh shared library cache.
生成的库文件在/usr/local/lib文件夹下。后面就可以根据自己需要选择合适的库文件。
记得链接改动态库的时候需要加上 -lprotobuf
上一篇: iPhone 11明天正式发售!暗夜绿Pro版狂涨近千元
下一篇: iptables详解
推荐阅读
-
ubnutu 安装protocol buffer
-
C#使用Protocol Buffer(ProtoBuf)进行Unity中的Socket通信
-
gRPC in ASP.NET Core 3.0 -- Protocol Buffer(1)
-
Protocol Buffer使用转换工具将proto文件转换成Java文件流程及使用
-
vert实践五——Json?Protocol Buffer?FlatBuffers?
-
Android Studio 配置并使用Protocol Buffer生成java文件
-
本地安装Mysql后,navicat链接异常:Clinet dose not support authentication protocol request by server ; consider upgrading MySQL client
-
Python使用Zero-Copy和Buffer Protocol实现高性能编程
-
Golang Protocol Buffer案例详解
-
C#使用Protocol Buffer(ProtoBuf)进行Unity中的Socket通信