We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdee54 commit 2f8977eCopy full SHA for 2f8977e
1 file changed
README
@@ -1,13 +1,26 @@
1
Muduo is a multithreaded C++ network library based on
2
the reactor pattern.
3
-It runs on Linux with kernel version >= 2.6.28.
4
-http://code.google.com/p/muduo/
+
+http://github.com/chenshuo/muduo
5
6
Copyright (c) 2010, Shuo Chen. All rights reserved.
7
8
Use of this source code is governed by a BSD-style
9
license that can be found in the License file.
10
11
+Requires:
12
+ Linux kernel version >= 2.6.28.
13
+ GCC >= 4.7 or Clang >= 3.5
14
+ Boost (for boost::any only.)
15
16
+Tested on:
17
+ Debian 7 and above
18
+ Unbuntu 14.04 and above
19
+ CentOS 7 and above
20
21
+To build, run:
22
+ ./build.sh
23
24
__ __ _
25
| \/ | | |
26
| \ / |_ _ __| |_ _ ___
0 commit comments