Skip to content

Commit 8039f3d

Browse files
committed
Updated readme on deps
1 parent 91b3763 commit 8039f3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ A common usage of the library is to craft event-driven TCP servers, `ev_tcp.h`
99
exposes a set of APIs to fulfill this purpose in a simple manner.
1010

1111
TLS is supported as well through OpenSSL, and source have to be compiled adding
12-
a `-DHAVE_OPENSSL=1` to enable it.
12+
a `-DHAVE_OPENSSL=1` to enable it. Of course it requires libssl-dev installed
13+
on the host machine to work.
1314

1415
In conclusion the library is composed of 2 distinct modules
1516

0 commit comments

Comments
 (0)