0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-28 04:35:30 +00:00

Specify required libevent version in README. Closes #85

libevent-2.0.x is required since 14ff78d.
This commit is contained in:
Leonid Evdokimov 2016-04-19 10:28:16 +03:00
parent a1be0807ef
commit 32aeeb284a
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -91,7 +91,7 @@ Packages
Compilation Compilation
=========== ===========
libevent[5] is required. libevent-2.0.x[5] is required.
gcc and clang are supported right now, other compilers can be used gcc and clang are supported right now, other compilers can be used
but may require some code changes. but may require some code changes.

View File

@ -109,7 +109,7 @@ proxying (e.g. old SQUID had broken `acl myport' for such connections).</p>
<h2>Compilation</h2> <h2>Compilation</h2>
<p><a href="http://libevent.org/">libevent</a> is required.</p> <p><a href="http://libevent.org/">libevent-2.0.x</a> is required.</p>
<p>gcc is only supported compiler right now, other compilers can be used <p>gcc is only supported compiler right now, other compilers can be used
but may require some code changes.</p> but may require some code changes.</p>