Skip to content

Commit 2f8977e

Browse files
committed
Update README
1 parent 1fdee54 commit 2f8977e

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Muduo is a multithreaded C++ network library based on
22
the reactor pattern.
3-
It runs on Linux with kernel version >= 2.6.28.
4-
http://code.google.com/p/muduo/
3+
4+
http://github.com/chenshuo/muduo
55

66
Copyright (c) 2010, Shuo Chen. All rights reserved.
77

88
Use of this source code is governed by a BSD-style
99
license that can be found in the License file.
1010

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+
1124
__ __ _
1225
| \/ | | |
1326
| \ / |_ _ __| |_ _ ___

0 commit comments

Comments
 (0)