parent
93b23500da
commit
3813b96b7d
11
README.md
11
README.md
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue