1 Star 0 Fork 5

姚刚/muduo

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
README 972 Bytes
Copy Edit Raw Blame History
Shuo Chen authored 2020-08-06 09:42 . update README.
Muduo is a multithreaded C++ network library based on
the reactor pattern.
http://github.com/chenshuo/muduo
Copyright (c) 2010, Shuo Chen. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the License file.
Requires:
Linux kernel version >= 2.6.28.
GCC >= 4.7 or Clang >= 3.5
Boost (for boost::any only.)
Tested on:
Debian 7 and above
Unbuntu 14.04 and above
CentOS 7 and above
Install required packages:
# Debian, Ubuntu, etc.
$ sudo apt install g++ cmake make libboost-dev
# CentOS
$ sudo yum install gcc-c++ cmake make boost-devel
See .travis.yml for additional packages for building more examples.
To build, run:
./build.sh
See https://github.com/chenshuo/muduo-tutorial for
how to use muduo in your project.
__ __ _
| \/ | | |
| \ / |_ _ __| |_ _ ___
| |\/| | | | |/ _` | | | |/ _ \
| | | | |_| | (_| | |_| | (_) |
|_| |_|\__,_|\__,_|\__,_|\___/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Yao3Gang/muduo.git
git@gitee.com:Yao3Gang/muduo.git
Yao3Gang
muduo
muduo
master

Search

0d507c66 1850385 C8b1a773 1850385