# muduo-win
**Repository Path**: hanleng/muduo-win
## Basic Information
- **Project Name**: muduo-win
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-03
- **Last Updated**: 2025-07-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# calm
excerpts from muduo:https://github.com/chenshuo/muduo
Change it to windows,use C++11.
## How to use
### Environment
Use virtual studio 2017, which can support C++11 std::thread std::mutex and so on.
### Build
Download from github
`git clone git@github.com:kevin-gjm/calm.git`
The sln file in src/build/calm/calm.sln
build x86 Debug/Release
The protobuf include and lib are in directory `src/3rdParty`.You may add it.
## PS
Not separate the base and net library from the solution.You may do it by yourself.