Nick Mathewson commited on 2006-08-11 23:57:57
Zeige 1 geänderte Dateien mit 4 Einfügungen und 3 Löschungen.
... | ... |
@@ -31,9 +31,10 @@ Red Hat, Gentoo, *BSD, etc there too. |
31 | 31 |
<p>If you're building from source, first install <a |
32 | 32 |
href="http://www.monkey.org/~provos/libevent/">libevent</a>, and |
33 | 33 |
make sure you have openssl and zlib (including the -devel packages if |
34 |
-applicable). Then Run <tt>tar xzf tor-0.1.0.15.tar.gz; |
|
35 |
-cd tor-0.1.0.15</tt>. Then <tt>./configure && make</tt>. Now you |
|
36 |
-can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt> |
|
34 |
+applicable). Then run:<br /> |
|
35 |
+<tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable><br /> |
|
36 |
+./configure && make</tt><br /> |
|
37 |
+Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt> |
|
37 | 38 |
(as root if necessary) to install it into /usr/local/, and then you can |
38 | 39 |
start it just by running <tt>tor</tt>. |
39 | 40 |
</p> |
40 | 41 |