Improve README for CentOS

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-11-13 16:34:48 +08:00
parent 93b23500da
commit 3813b96b7d
1 changed files with 8 additions and 3 deletions

View File

@ -21,10 +21,15 @@ Libevent tries to give you the full solution (event lib, non-blocking I/O librar
[libev] tries to follow the UNIX toolbox philosophy of doing one thing only, as good as possible.
# Build on Ubuntu
# How to Build
## Install dependency Tools and Libraries
Ubuntu
~$ sudo apt install cmake libev-dev libhttp-parser-dev libssl-dev libwolfssl-dev
~$ sudo apt install gcc cmake libev-dev libhttp-parser-dev libssl-dev libwolfssl-dev
CentOS
~$ sudo yum install gcc cmake libev-devel http-parser-devel openssl-devel
## Clone the repository
@ -89,4 +94,4 @@ see the [CONTRIBUTING.md](https://github.com/zhaojh329/libuhttp/blob/master/CONT
* [libev]
* [http-parser]
# If the project is helpful to you, please do not hesitate to star. Thank you!
# If the project is helpful to you, please do not hesitate to star. Thank you!