美文网首页
mac protobuf 环境

mac protobuf 环境

作者: 丰富多彩的薄校长 | 来源:发表于2017-02-13 12:03 被阅读44次
  1. github clone protobuf 源码
  2. cd 到 protobuf 源码 路径
  3. ./autogen.sh
  4. ./configure --prefix=/Volumes/HHD/DevEnvironment/protobuf
  5. make check
  6. make
  7. make install
  8. vim .zshrc
  9. export protoc_my=/Volumes/HHD/DevEnvironment/protobuf/bin/protoc
  10. protoc --version

相关文章

网友评论

      本文标题:mac protobuf 环境

      本文链接:https://www.haomeiwen.com/subject/owwzittx.html