欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 社会 > ubuntu下安装编译cmake,grpc与protobuf

ubuntu下安装编译cmake,grpc与protobuf

2025/1/17 18:16:31 来源:https://blog.csdn.net/weixin_49065061/article/details/145174907  浏览:    关键词:ubuntu下安装编译cmake,grpc与protobuf

文章目录

  • install cmake
  • install grpc
  • install protobuf

install cmake

sudo apt-get install -y g++ make libssl-devcd third_party/cmake-3.17.2./configuresudo make && make installcmake --version 

install grpc

$ sudo apt-get install -y build-essential autoconf libtool pkg-configinstall cd third_party/grpc-1.41.0cd cmakemkdir buildcd buildcmake -DgRPC_INSTALL=ON \-DgRPC_BUILD_TESTS=OFF \-DCMAKE_INSTALL_PREFIX=$MY_INSTALL_DIR \../..make -j4sudo make install

install protobuf

  • 注意:要是没有XXtest文件时,手动创建一下
$ sudo apt-get install -y autoconf automake libtool curl make g++ unzipinstallcd third_party/grpc-1.41.0/third_party/protobufsudo ./autogen.shsudo ./configure --prefix=/usr/localsudo make -j4sudo make checksudo make installsudo ldconfig # refresh shared library cache.

  • 资源下不了的,可以去各自官网下载
  • 或者使用我的版本

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com