美文网首页
protobuf 安装

protobuf 安装

作者: simbanyan | 来源:发表于2022-11-21 14:52 被阅读0次
      wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.6/protobuf-cpp-3.19.6.zip
      ./autogen.sh 
      ./configure    # 可以添加参数 指定安装位置,一般默认位置安装 --prefix=/usr/local/protobuf
      make -j8
      make install 
    

    相关文章

      网友评论

          本文标题:protobuf 安装

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