mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-28 20:55:30 +00:00
Specify required libevent version in README. Closes #85
libevent-2.0.x is required since 14ff78d
.
This commit is contained in:
parent
a1be0807ef
commit
32aeeb284a
2
README
2
README
@ -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.
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user