Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuo committed Oct 24, 2018
1 parent 1fdee54 commit 2f8977e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
Muduo is a multithreaded C++ network library based on
the reactor pattern.
It runs on Linux with kernel version >= 2.6.28.
http://code.google.com/p/muduo/

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

To build, run:
./build.sh

__ __ _
| \/ | | |
| \ / |_ _ __| |_ _ ___
Expand Down

0 comments on commit 2f8977e

Please sign in to comment.