Author: arma Date: 2012-02-10 05:34:57 +0000 (Fri, 10 Feb 2012) New Revision: 25389
Modified: website/trunk/projects/en/obfsproxy-instructions.wml Log: 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.
Modified: website/trunk/projects/en/obfsproxy-instructions.wml =================================================================== --- website/trunk/projects/en/obfsproxy-instructions.wml 2012-02-10 05:23:44 UTC (rev 25388) +++ website/trunk/projects/en/obfsproxy-instructions.wml 2012-02-10 05:34:57 UTC (rev 25389) @@ -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>
tor-commits@lists.torproject.org