1.安装muduo依赖的编译工具及库
Cmake
sudo apt-get install cmake
Boost
sudo apt-get install libboost-dev libboost-test-dev
curl、c-ares DNS、google protobuf
sudo apt-get install libcurl4-openssl-dev libc-ares-dev
sudo apt-get install protobuf-compiler libprotobuf-dev
进入muduo目录下,编译安装(前提已安装g++)文章来源:https://www.toymoban.com/news/detail-651896.html
cd muduo
./build.sh -j2
./build.sh install
编译成功,未安装,见下图
文章来源地址https://www.toymoban.com/news/detail-651896.html
到了这里,关于ubuntu18.04下配置muduoC++11环境的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!