l1uw3n / muduo-win

muduo in windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <br> 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.

About

muduo in windows

License:GNU General Public License v3.0


Languages

Language:C++ 71.6%Language:C 28.4%