From c5bfd0263d6ce1802d87e9dd0c8254460f9057e8 Mon Sep 17 00:00:00 2001 From: mirraz Date: Sun, 23 Apr 2017 01:46:56 +0500 Subject: [PATCH] README.md: add Requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 71ec952..8de4571 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Socks server implementation based on libevent. Socks server works without creating additional processes or threads. Based on events and non-blocking io. + +## Requirements +`>=libevent-2.1.0` + ## Compilation ``` make