early guesses are that you need the libevent-dev deb too.

no idea if installing "libevent-2.0-5 libevent-dev" will get you what
you want.
This commit is contained in:
Roger Dingledine 2012-02-10 05:34:57 +00:00
parent 1b2b60be44
commit 7e8d29c3e0

View File

@ -30,7 +30,7 @@
<p>
In a Linux system using the APT package manager you could do: <br>
<tt># apt-get install autotools-dev gcc git libevent-2.0-5 libevent-openssl-2.0-5 libssl-dev</tt>
<tt># apt-get install autotools-dev gcc git libevent-2.0-5 libevent-dev libevent-openssl-2.0-5 libssl-dev</tt>
</p>
<p>