# muduo_learning **Repository Path**: zhou_zihui/muduo_learning ## Basic Information - **Project Name**: muduo_learning - **Description**: 学习muduo - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2021-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 该仓库存放了一些学习muduo时的练习程序。该项目依赖于muduo: [muduo项目](https://github.com/chenshuo/muduo) # 项目安装 ## muduo依赖安装 - Debian, Ubuntu, etc. sudo apt install g++ cmake make libboost-dev - CentOS sudo yum install gcc-c++ cmake make boost-devel ## muduo安装 具体详情查看muduo原始仓库,下面是一个参考流程 1. cd ~ 2. git clone https://github.com/chenshuo/muduo.git 3. mkdir build 4. cd muduo 5. ./build.sh 6. ./build.sh install ## 本项目运行 1. git clone https://gitee.com/zhou_zihui/muduo_learning.git 2. cd muduo_learning 3. cd muduo-tutorial 4. mkdir build 5. cd build 6. cmake .. 7. make 8. bin/echo