Roger Dingledine commited on 2012-02-10 06:53:58
Zeige 1 geänderte Dateien mit 16 Einfügungen und 3 Löschungen.
point to libevent 2 debs explain that you don't need to install obfsproxy as root if you don't want to.
| ... | ... |
@@ -29,8 +29,14 @@ |
| 29 | 29 |
</p> |
| 30 | 30 |
|
| 31 | 31 |
<p> |
| 32 |
- In a Linux system using the APT package manager you could do: <br> |
|
| 33 |
- <tt># apt-get install autotools-dev gcc git libevent-2.0-5 libevent-dev libevent-openssl-2.0-5 libssl-dev</tt> |
|
| 32 |
+ On Debian testing or Ubuntu oneiric, you could do: <br> |
|
| 33 |
+ <tt># apt-get install autoconf autotools-dev gcc git pkg-config libtool libevent-2.0-5 libevent-dev libevent-openssl-2.0-5 libssl-dev</tt> |
|
| 34 |
+ </p> |
|
| 35 |
+ |
|
| 36 |
+ <p>If you're on a more stable Linux, you can either <a |
|
| 37 |
+ href="https://trac.torproject.org/projects/tor/ticket/5009#comment:9">try |
|
| 38 |
+ our experimental backport debs</a> or <a href="">build libevent2 from |
|
| 39 |
+ source</a>. |
|
| 34 | 40 |
</p> |
| 35 | 41 |
|
| 36 | 42 |
<p> |
| ... | ... |
@@ -47,10 +53,17 @@ |
| 47 | 53 |
</p> |
| 48 | 54 |
|
| 49 | 55 |
<p> |
| 50 |
- And then <strong>as root</strong> install obfsproxy in your system: <br> |
|
| 56 |
+ Optionally, <strong>as root</strong> install obfsproxy in your |
|
| 57 |
+ system: <br> |
|
| 51 | 58 |
<tt># make install</tt> |
| 52 | 59 |
</p> |
| 53 | 60 |
|
| 61 |
+ <p> |
|
| 62 |
+ If you prefer not to install obfsproxy as root, you can instead |
|
| 63 |
+ just modify the Transport lines in your torrc file (explained below) |
|
| 64 |
+ to point to your obfsproxy binary. |
|
| 65 |
+ </p> |
|
| 66 |
+ |
|
| 54 | 67 |
<p> |
| 55 | 68 |
You will need Tor 0.2.3.11-alpha or later. |
| 56 | 69 |
</p> |
| 57 | 70 |